Skip to content

Commit 6b22bbd

Browse files
authored
Merge pull request #342 from capocchi/version-5.1
update version of artifact
2 parents 5d291e6 + 6d6d175 commit 6b22bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
### Upload test results
9696
- name: Upload Artifact
97-
uses: actions/upload-artifact@v2
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: ubuntu-test-results
100100
path: ./ubuntu-test-results/

.github/workflows/ci-build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
foreach ($file in $FILES) {
8080
python $file --autoclose --nogui
8181
}
82-
82+
8383
### Upload test results
8484
- name: Upload Artifact
85-
uses: actions/upload-artifact@v2
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: windows-test-results
8888
path: ./windows-test-results/

0 commit comments

Comments
 (0)