diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4682aaf..5f6725f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: run: yarn pack -o ${{ steps.tarball.outputs.result }} - id: archive name: Archive production artifact - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ steps.tarball.outputs.result }} path: ${{ steps.tarball.outputs.result }}