From ef61c9adb0ca8e02bc94268dcd9bfb201f38161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:50:26 +0800 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#27) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 744911d..816c5a9 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@v4.4.0 # v3.1.3 + - uses: actions/upload-artifact@v4.4.3 # v3.1.3 with: name: azure-ipoib-ipam-cni-${{ matrix.os }}-${{ matrix.arch }} path: bin/azure-ipoib-ipam-cni-${{ matrix.os }}-${{ matrix.arch }}