Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cyberium committed Jan 31, 2024
1 parent fcff911 commit 9af1c89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,27 @@ jobs:

steps:
- name: Download Artifact snapshot-default
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-default
path: all_snapshots
- name: Download Artifact snapshot-with-all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-with-all
path: all_snapshots
- name: Download Artifact snapshot-with-playerbot-ahbot
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-with-playerbot-ahbot
path: all_snapshots
- name: Download Artifact snapshot-with-playerbot
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-with-playerbot
path: all_snapshots
- name: Download Artifact snapshot-with-ahbot
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-with-ahbot
path: all_snapshots
Expand Down

0 comments on commit 9af1c89

Please sign in to comment.