Skip to content

Commit

Permalink
Merge pull request #1 from LorettaDevs/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 3 to 4.1.7 in /.github/workflows
  • Loading branch information
GGG-KILLER authored Sep 5, 2024
2 parents 18a48f3 + aa7d741 commit 9f91539
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 @@ -88,11 +88,11 @@ jobs:
- linux-build
steps:
- name: Download Windows Builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-files
path: artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: linux-files
path: artifacts
Expand Down

0 comments on commit 9f91539

Please sign in to comment.