Skip to content

Commit 864246e

Browse files
chore(deps): update actions/upload-artifact action to v5 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 339ae3a commit 864246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/overflow-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: If there is an overflow summary, archive it
2929
if: ${{steps.generate-summary.outputs.Overflow}}
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: ${{steps.generate-summary.outputs.Overflow}}
3333
path: ${{steps.generate-summary.outputs.Overflow}}

0 commit comments

Comments
 (0)