Skip to content

Commit 6c0379a

Browse files
authored
Bump actions/upload-artifact to v4 (#432)
1 parent 4c786ea commit 6c0379a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161

6262
- name: Store test results
6363
if: success() || failure()
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
66-
name: test-results
66+
name: test-results-windows
6767
path: build/output/junit-*.xml
6868

6969
test-linux:
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Store test results
8181
if: success() || failure()
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
84-
name: test-results
85-
path: build/output/junit-*.xml
84+
name: test-results-linux
85+
path: build/output/junit-*.xml

0 commit comments

Comments
 (0)