diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fed614..3f4143f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: PREREVIEW_REVIEWS_DATA_TOKEN: ${{ secrets.PREREVIEW_REVIEWS_DATA_TOKEN }} - name: 'Upload build' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: dist path: dist/ @@ -77,7 +77,7 @@ jobs: uses: docker/setup-buildx-action@v3.4.0 - name: 'Download dist' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: dist path: dist/ @@ -93,7 +93,7 @@ jobs: target: prod - name: 'Upload build' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: image path: /tmp/image.tar @@ -187,7 +187,7 @@ jobs: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} - name: 'Download image' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: image path: /tmp