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 da1f39c commit 457c34bCopy full SHA for 457c34b
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Upload test results
27
if: failure()
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: test-results
31
path: test-results # Adjust the path to your test results if necessary
0 commit comments