Skip to content

Commit a24a3c5

Browse files
Bump actions/download-artifact from 7 to 8 (#596)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7e6aca commit a24a3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-anypercent.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Dependencies
4545
run: sudo apt-get update && sudo apt-get -y install libgl1 xvfb
4646
- name: Download Binary
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
name: aaaaxy-debug-linux-amd64
5050
- name: Make Binary Executable
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
submodules: true
123123
- name: Download Binary
124-
uses: actions/download-artifact@v7
124+
uses: actions/download-artifact@v8
125125
with:
126126
name: aaaaxy-debug-windows-amd64
127127
- name: Test
@@ -200,7 +200,7 @@ jobs:
200200
- name: Extract Mesa
201201
run: 7z e mesa3d.7z x86/\*.dll
202202
- name: Download Binary
203-
uses: actions/download-artifact@v7
203+
uses: actions/download-artifact@v8
204204
with:
205205
name: aaaaxy-debug-windows-386
206206
- name: Test

0 commit comments

Comments
 (0)