Skip to content

Commit 2446c4d

Browse files
committed
Use download-artifact v8
Only v8 supports downloading a single file directly
1 parent 03f646f commit 2446c4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: setup chrome
9595
uses: browser-actions/setup-chrome@v2
9696
- name: Download CMake build archive
97-
uses: actions/download-artifact@v7
97+
uses: actions/download-artifact@v8
9898
with:
9999
name: build.tar.gz
100100
- name: Extract CMake build directory
@@ -267,7 +267,7 @@ jobs:
267267
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
268268
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
269269
- name: Download CMake build archive
270-
uses: actions/download-artifact@v7
270+
uses: actions/download-artifact@v8
271271
with:
272272
name: build.tar.gz
273273
env:

0 commit comments

Comments
 (0)