From 8423aef86821181450435637554c23059fb8c094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:58:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.3 to 4.5.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...6f51ac03b9356f520e9adb1b1b7802705f340c2b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 614866f..378eff3 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -50,7 +50,7 @@ jobs: tar -czvf librarium-${{ matrix.job.target }}.tar.gz \ -C target/${{ matrix.job.target }}/dist/ $BINS - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: librarium-${{ matrix.job.target }}.tar.gz path: librarium-${{ matrix.job.target }}.tar.gz