Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 3179c6f commit e948fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e948fa3

Please sign in to comment.