diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index ac6df2d..57e5156 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -53,7 +53,7 @@ jobs: # If index.js was different than expected, upload the expected version as # a workflow artifact. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0626f73..a553578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Upload Output Summary id: upload-output - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: output path: output.json