Skip to content

Commit

Permalink
Merge pull request #603 from gyunaev/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
gyunaev authored Sep 3, 2024
2 parents 27780f9 + 74f4c5b commit f999d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ jobs:
exit 1
fi
- name: Download installer (x86)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: installer-Windows-x86-${{ github.sha }}
path: installer-x86
- name: Download installer (x64)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: installer-Windows-x64-${{ github.sha }}
path: installer-x64
Expand Down

0 comments on commit f999d92

Please sign in to comment.