Browse Source

chore(deps): bump actions/upload-artifact from 4 to 6 (#8125)

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

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  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>
pull/8128/head
dependabot[bot] 4 weeks ago
committed by GitHub
parent
commit
6714973ffe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ec-integration.yml

2
.github/workflows/ec-integration.yml

@ -42,7 +42,7 @@ jobs:
- name: Upload test logs on failure - name: Upload test logs on failure
if: failure() if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with: with:
name: ec-test-logs name: ec-test-logs
path: test/erasure_coding/admin_dockertest/tmp/logs/ path: test/erasure_coding/admin_dockertest/tmp/logs/

Loading…
Cancel
Save