diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 08:44:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 08:44:29 -0800 |
| commit | 912e6b5a1a925c4be940dec9d514ad265e564624 (patch) | |
| tree | 0d394715d004327893267e405e84daf2697cdbe5 | |
| parent | d92f22de8a0dca24d86eff03dff8dcbc81255057 (diff) | |
| download | seaweedfs-912e6b5a1a925c4be940dec9d514ad265e564624.tar.xz seaweedfs-912e6b5a1a925c4be940dec9d514ad265e564624.zip | |
Bump actions/upload-artifact from 3 to 4 (#5117)
| -rw-r--r-- | .github/workflows/e2e.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 81fd69654..0a67ef44b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -94,7 +94,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output-logs path: docker/output.log |
