diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-08 09:26:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-08 09:26:55 -0800 |
| commit | 2f19409c3289199c4ed4411fb242ab8917bf3b63 (patch) | |
| tree | c9abec7f9c511bcb8274c2ff925c9ab2f2d72012 | |
| parent | 887c9ee97ac49f1bf4f1be27cef9e7ec1d1ed850 (diff) | |
| download | seaweedfs-2f19409c3289199c4ed4411fb242ab8917bf3b63.tar.xz seaweedfs-2f19409c3289199c4ed4411fb242ab8917bf3b63.zip | |
chore(deps): bump actions/upload-artifact from 4 to 5 (#7657)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
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>
| -rw-r--r-- | .github/workflows/ec-integration-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ec-integration-tests.yml b/.github/workflows/ec-integration-tests.yml index ea476b77c..9cf2e4ad4 100644 --- a/.github/workflows/ec-integration-tests.yml +++ b/.github/workflows/ec-integration-tests.yml @@ -35,7 +35,7 @@ jobs: - name: Archive logs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ec-integration-test-logs path: test/erasure_coding
\ No newline at end of file |
