We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7224f commit 644ab1dCopy full SHA for 644ab1d
.github/actions/run-tests/action.yml
@@ -7,7 +7,7 @@ runs:
7
shell: bash -el {0}
8
9
- name: Publish test results
10
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
11
with:
12
name: Test results
13
path: test-data.xml
0 commit comments