We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992e73f commit 9d03d87Copy full SHA for 9d03d87
1 file changed
.github/workflows/examples.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Upload test artifact
39
- name: Upload test output
40
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
41
if: ${{ failure() }}
42
with:
43
name: test-output
0 commit comments