From e948fa36cb34b7450677ae2185343732977b137b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:12:26 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/native.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 63b5623..bf85941 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -93,7 +93,7 @@ jobs: needs: [ version, build ] name: Build libminiz-osx steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 - run: | mkdir tmp cp libminiz-${{ needs.version.outputs.minizver }}-osx-x64/LICENSE tmp @@ -111,7 +111,7 @@ jobs: steps: - uses: nuget/setup-nuget@v1 - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: path: native/nuget - name: Pack @@ -142,7 +142,7 @@ jobs: if: github.repository == 'jsm174/net-miniz' && github.ref == 'refs/heads/master' && github.event_name == 'push' steps: - uses: nuget/setup-nuget@v1 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Publish