diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c261c44..7b2c8cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: FATHOM_TOKEN: ${{ secrets.FATHOM_TOKEN }} - name: 'Upload build' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: dist path: dist/ @@ -94,7 +94,7 @@ jobs: target: prod - name: 'Upload build' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: image path: /tmp/image.tar