Skip to content

Commit

Permalink
Merge pull request #47 from flame-engine/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
spydon authored Sep 4, 2024
2 parents bd825fc + 7fa8c4d commit ef8cfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ jobs:

steps:
- name: Download Linux artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fa_linux

- name: Download Mac artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fa_osx

- name: Download Windows artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fa_windows

Expand Down

0 comments on commit ef8cfd4

Please sign in to comment.