From a4db58ae2bbb0f3ff2481551e0a3af64bbc2d20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:12:05 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.3 to 4.3.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc1a7eb..0f71656 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: rm -rf ./bin ARCH=${{ matrix.arch }} make build mv bin/azure-ipoib-ipam-cni bin/azure-ipoib-ipam-cni-${{ matrix.os }}-${{ matrix.arch }} - - uses: actions/upload-artifact@v3.1.3 # v3.1.3 + - uses: actions/upload-artifact@v4.3.3 # v3.1.3 with: name: azure-ipoib-ipam-cni-${{ matrix.os }}-${{ matrix.arch }} path: bin/azure-ipoib-ipam-cni-${{ matrix.os }}-${{ matrix.arch }}