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 280d490 commit 9d32970Copy full SHA for 9d32970
.github/workflows/examples.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Upload test artifact
39
- name: Upload test output
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
41
if: ${{ failure() }}
42
with:
43
name: test-output
0 commit comments