Skip to content

Commit

Permalink
Merge pull request #555 from frohman04/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
frohman04 authored Sep 3, 2024
2 parents 111c9bc + 7ff34ae commit 2e2f955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: "x86_64: download_bundle"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: bundle-x86_64
- name: "armv7: download_bundle"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: bundle-armv7
- name: create_github_release
Expand Down

0 comments on commit 2e2f955

Please sign in to comment.