diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009d5196..ee9146ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -391,7 +391,7 @@ jobs: run: yarn pkg-size - id: archive name: Archive production artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ env.TARFILE }} path: ${{ env.TARFILE }} @@ -445,7 +445,7 @@ jobs: run: vc deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} - id: archive name: Archive production artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: | ${{ format('@{0}-{1}-{2}-docs', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}