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 fc1c72c commit 6984491Copy full SHA for 6984491
.github/workflows/overflow-test.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: If there is an overflow summary, archive it
29
if: ${{steps.generate-summary.outputs.Overflow}}
30
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
31
with:
32
name: ${{steps.generate-summary.outputs.Overflow}}
33
path: ${{steps.generate-summary.outputs.Overflow}}
0 commit comments