We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d249b commit 31b5dc6Copy full SHA for 31b5dc6
1 file changed
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Upload test results
24
if: always()
25
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
26
with:
27
name: test-results
28
path: |
0 commit comments