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 4c786ea commit 6c0379aCopy full SHA for 6c0379a
.github/workflows/test.yml
@@ -61,9 +61,9 @@ jobs:
61
62
- name: Store test results
63
if: success() || failure()
64
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
65
with:
66
- name: test-results
+ name: test-results-windows
67
path: build/output/junit-*.xml
68
69
test-linux:
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
- path: build/output/junit-*.xml
+ name: test-results-linux
+ path: build/output/junit-*.xml
0 commit comments