diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-01 10:32:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 10:32:27 -0800 |
| commit | 1f9967e84f7f1c1c8b9d01079245dea0557b8175 (patch) | |
| tree | 765a93bad7acf1ef73c5cecf93b20ea58585ac6f | |
| parent | 9483f38abce1445b9133231d896e1521f8395657 (diff) | |
| download | seaweedfs-1f9967e84f7f1c1c8b9d01079245dea0557b8175.tar.xz seaweedfs-1f9967e84f7f1c1c8b9d01079245dea0557b8175.zip | |
chore(deps): bump actions/upload-artifact from 4 to 5 (#7583)
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/spark-integration-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 3cfe79904..89d7b1b04 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -125,7 +125,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: spark-test-results path: test/java/spark/target/surefire-reports/ |
