From 7edff6d7677c1a9a8d05610bc6e2085e3114277a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:18:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40e0a85d0..3552ebed8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: cp "target/${{ matrix.target }}/debian/rustscan_${TAG}_amd64.deb" "dist/" || true fi - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.4.3 with: name: bins-${{ matrix.build }} path: dist