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 339ae3a commit 864246eCopy full SHA for 864246e
.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@v4
+ uses: actions/upload-artifact@v5
31
with:
32
name: ${{steps.generate-summary.outputs.Overflow}}
33
path: ${{steps.generate-summary.outputs.Overflow}}
0 commit comments