Bump actions/upload-artifact from 4 to 7 (#2476)
Some checks failed
Build and Test / test-proxy (push) Failing after 23s
Build and Test / test-git-container (push) Failing after 27s
Build and Test / test-output (push) Successful in 14s
Licensed / Check licenses (push) Successful in 55s
Build and Test / test (ubuntu-latest) (push) Failing after 1m33s
Build and Test / test-bypass-proxy (push) Failing after 1m52s
Build and Test / build (push) Failing after 3m8s
Check dist / check-dist (push) Successful in 14m38s
CodeQL / Analyze (javascript) (push) Failing after 25m32s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-30 10:34:21 -04:00
committed by GitHub
parent ba097532fb
commit 4f1f4aec02

View File

@@ -44,7 +44,7 @@ jobs:
fi fi
# If dist/ was different than expected, upload the expected version as an artifact # If dist/ was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v7
if: ${{ failure() && steps.diff.conclusion == 'failure' }} if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist