diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-27 09:22:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 09:22:17 -0700 |
| commit | 78b95b832087b4344e047dea32c561ae95810460 (patch) | |
| tree | cdb7b0cc09e0c43b8c4deb94d71b7be501f4d850 | |
| parent | 4b76b2ad3c0eaf638a52890e396abab383513085 (diff) | |
| download | seaweedfs-78b95b832087b4344e047dea32c561ae95810460.tar.xz seaweedfs-78b95b832087b4344e047dea32c561ae95810460.zip | |
chore(deps): bump actions/upload-artifact from 4 to 5 (#7387)
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/e2e.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/fuse-integration.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/postgres-tests.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/s3-go-tests.yml | 14 | ||||
| -rw-r--r-- | .github/workflows/s3-iam-tests.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/s3-keycloak-tests.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/s3-sse-tests.yml | 12 |
7 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 27b8ace8b..67f5e5a3b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -134,7 +134,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: output-logs path: docker/output.log diff --git a/.github/workflows/fuse-integration.yml b/.github/workflows/fuse-integration.yml index cb68e3343..948003eff 100644 --- a/.github/workflows/fuse-integration.yml +++ b/.github/workflows/fuse-integration.yml @@ -183,7 +183,7 @@ jobs: - name: Upload Test Artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: fuse-integration-test-results path: | diff --git a/.github/workflows/postgres-tests.yml b/.github/workflows/postgres-tests.yml index 25876d35d..3952a8ac4 100644 --- a/.github/workflows/postgres-tests.yml +++ b/.github/workflows/postgres-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: postgres-logs path: test/postgres/postgres-output.log diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index dabb79505..1e14ef167 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -76,7 +76,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-versioning-test-logs-${{ matrix.test-type }} path: test/s3/versioning/weed-test*.log @@ -124,7 +124,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-versioning-compatibility-logs path: test/s3/versioning/weed-test*.log @@ -172,7 +172,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-cors-compatibility-logs path: test/s3/cors/weed-test*.log @@ -239,7 +239,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-retention-test-logs-${{ matrix.test-type }} path: test/s3/retention/weed-test*.log @@ -306,7 +306,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-cors-test-logs-${{ matrix.test-type }} path: test/s3/cors/weed-test*.log @@ -355,7 +355,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-retention-worm-logs path: test/s3/retention/weed-test*.log @@ -405,7 +405,7 @@ jobs: - name: Upload stress test logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-versioning-stress-logs path: test/s3/versioning/weed-test*.log diff --git a/.github/workflows/s3-iam-tests.yml b/.github/workflows/s3-iam-tests.yml index d59b4f86f..7b970dcd1 100644 --- a/.github/workflows/s3-iam-tests.yml +++ b/.github/workflows/s3-iam-tests.yml @@ -65,7 +65,7 @@ jobs: - name: Upload test results on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: iam-unit-test-results path: | @@ -162,7 +162,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-iam-integration-logs-${{ matrix.test-type }} path: test/s3/iam/weed-*.log @@ -222,7 +222,7 @@ jobs: - name: Upload distributed test logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-iam-distributed-logs path: test/s3/iam/weed-*.log @@ -274,7 +274,7 @@ jobs: - name: Upload performance test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-iam-performance-results path: | diff --git a/.github/workflows/s3-keycloak-tests.yml b/.github/workflows/s3-keycloak-tests.yml index 722661b81..0d346bc0b 100644 --- a/.github/workflows/s3-keycloak-tests.yml +++ b/.github/workflows/s3-keycloak-tests.yml @@ -152,7 +152,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-keycloak-test-logs path: | diff --git a/.github/workflows/s3-sse-tests.yml b/.github/workflows/s3-sse-tests.yml index 48b34261f..5bc9e6be0 100644 --- a/.github/workflows/s3-sse-tests.yml +++ b/.github/workflows/s3-sse-tests.yml @@ -93,7 +93,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-test-logs-${{ matrix.test-type }} path: test/s3/sse/weed-test*.log @@ -141,7 +141,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-compatibility-logs path: test/s3/sse/weed-test*.log @@ -190,7 +190,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-metadata-persistence-logs path: test/s3/sse/weed-test*.log @@ -239,7 +239,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-copy-operations-logs path: test/s3/sse/weed-test*.log @@ -288,7 +288,7 @@ jobs: - name: Upload server logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-multipart-logs path: test/s3/sse/weed-test*.log @@ -338,7 +338,7 @@ jobs: - name: Upload performance test logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: s3-sse-performance-logs path: test/s3/sse/weed-test*.log |
