Skip to content

Commit

Permalink
Bump actions/download-artifact (#37)
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `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
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent cac6a40 commit de3d167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
echo "Release version: ${{ env.TAG }}"
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: examples_windows-artifact
path: examples/windows

- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: examples_unix-artifact
path: examples/unix
Expand Down

0 comments on commit de3d167

Please sign in to comment.