From fb4efb9aa9acc622fa4dc53f720eb016ac9cf4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:39:34 +0800 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#2953) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compatibility-e2e.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/nydus-e2e.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility-e2e.yml b/.github/workflows/compatibility-e2e.yml index d745d3e83e8..bacd5fad070 100644 --- a/.github/workflows/compatibility-e2e.yml +++ b/.github/workflows/compatibility-e2e.yml @@ -124,7 +124,7 @@ jobs: flags: ${{ matrix }}-compatibility-e2etests - name: Upload Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ matrix.module }}-compatibility-e2e-tests-logs diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1a487d95028..28958dfbef8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -142,7 +142,7 @@ jobs: flags: e2etests - name: Upload Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ matrix.module }}-e2e-tests-logs diff --git a/.github/workflows/nydus-e2e.yml b/.github/workflows/nydus-e2e.yml index bdd6dad74b8..dfdde924536 100644 --- a/.github/workflows/nydus-e2e.yml +++ b/.github/workflows/nydus-e2e.yml @@ -95,7 +95,7 @@ jobs: docker exec kind-control-plane journalctl -u containerd >> $log_dir/containerd.log docker exec kind-control-plane journalctl -u kubelet >> $log_dir/kubelet.log - name: Upload Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: nydus-e2e-tests-logs