From bd8e0235fbadf8855f03a299a263a7ceeb8e0d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:47:29 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 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] --- .github/workflows/cri_minio_test.yml | 2 +- .github/workflows/cri_tests.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- .github/workflows/nightly_tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cri_minio_test.yml b/.github/workflows/cri_minio_test.yml index d7903517c..24e9f7530 100644 --- a/.github/workflows/cri_minio_test.yml +++ b/.github/workflows/cri_minio_test.yml @@ -56,7 +56,7 @@ jobs: - name: Archive log artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ctrd-logs path: | diff --git a/.github/workflows/cri_tests.yml b/.github/workflows/cri_tests.yml index 323db79ea..29e1d0ad3 100644 --- a/.github/workflows/cri_tests.yml +++ b/.github/workflows/cri_tests.yml @@ -49,7 +49,7 @@ jobs: - name: Archive log artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ctrd-logs path: | diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 4931d99ca..d2d38c7c2 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -66,7 +66,7 @@ jobs: - name: Archive log artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ctrd-logs path: | diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 86675ff98..d88d5a922 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -101,7 +101,7 @@ jobs: - name: Archive log artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }}-${{ matrix.vhive_args }}-ctrd-logs path: |