Skip to content

Commit b6606e5

Browse files
Update actions/upload-artifact action to v5
1 parent 5f7112f commit b6606e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: (Fail-only) Upload reports
5555
if: failure()
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: reports-build
5959
path: |

0 commit comments

Comments
 (0)