We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f646f commit 2446c4dCopy full SHA for 2446c4d
1 file changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: setup chrome
95
uses: browser-actions/setup-chrome@v2
96
- name: Download CMake build archive
97
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
98
with:
99
name: build.tar.gz
100
- name: Extract CMake build directory
@@ -267,7 +267,7 @@ jobs:
267
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
268
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
269
270
271
272
273
env:
0 commit comments