From 43f4444527f0d30fb5ef75240be5485c8c9a15e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:24:30 +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/containerd.yml | 2 +- .github/workflows/crio.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/containerd.yml b/.github/workflows/containerd.yml index 95cf4110af..8023b0a3a2 100644 --- a/.github/workflows/containerd.yml +++ b/.github/workflows/containerd.yml @@ -351,7 +351,7 @@ jobs: exit ${TEST_RC} - name: Upload containerd ${{ format(matrix.version, '/') }} logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: containerd-${{ format(matrix.version, '_') }}-${{ matrix.os }}-${{matrix.runtime}}-${{matrix.runc}}-${{github.sha}}.log path: ${{env.CONTD_CRI_DIR}}/containerd-cri.log diff --git a/.github/workflows/crio.yml b/.github/workflows/crio.yml index bff82aca46..7873d3cdb0 100644 --- a/.github/workflows/crio.yml +++ b/.github/workflows/crio.yml @@ -92,7 +92,7 @@ jobs: sudo journalctl -u crio > cri-o.log - name: Upload CRI-O logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cri-o-${{matrix.version}}-${{github.sha}}.log path: cri-o.log diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6039a92e6..2825bc7d48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,11 +40,11 @@ jobs: artifacts: src/github.com/kubernetes-sigs/cri-tools/_output/releases/* bodyFile: src/github.com/kubernetes-sigs/cri-tools/release-notes.md token: ${{ secrets.GH_TOKEN }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: release-notes path: src/github.com/kubernetes-sigs/cri-tools/release-notes.md - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-artifacts path: src/github.com/kubernetes-sigs/cri-tools/_output