Skip to content

Commit e1403ce

Browse files
dependabot[bot]killerwife
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98c0aca commit e1403ce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/windows-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@ jobs:
7575

7676
steps:
7777
- name: Download Artifact snapshot-default
78-
uses: actions/download-artifact@v7
78+
uses: actions/download-artifact@v8
7979
with:
8080
name: snapshot-default
8181
path: all_snapshots
8282
- name: Download Artifact snapshot-with-all
83-
uses: actions/download-artifact@v7
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: snapshot-with-all
8686
path: all_snapshots
8787
- name: Download Artifact snapshot-with-playerbot-ahbot
88-
uses: actions/download-artifact@v7
88+
uses: actions/download-artifact@v8
8989
with:
9090
name: snapshot-with-playerbot-ahbot
9191
path: all_snapshots
9292
- name: Download Artifact snapshot-with-playerbot
93-
uses: actions/download-artifact@v7
93+
uses: actions/download-artifact@v8
9494
with:
9595
name: snapshot-with-playerbot
9696
path: all_snapshots
9797
- name: Download Artifact snapshot-with-ahbot
98-
uses: actions/download-artifact@v7
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: snapshot-with-ahbot
101101
path: all_snapshots

0 commit comments

Comments
 (0)