Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 21eea61 commit 83eedd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
binary: [unabto_tunnel]
if: github.event_name == 'release' && success()
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: artifacts_ubuntu-22.04
path: linux
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: artifacts_windows-2022
path: windows
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: artifacts_macos-12
path: macos
Expand Down

0 comments on commit 83eedd1

Please sign in to comment.