Skip to content

Commit 1141f5b

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 78920ca commit 1141f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: failure()
5252
run: cat e2e-test-result.json | npx tsx features/console-reporter.ts
5353

54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v5
5555
if: failure()
5656
with:
5757
name: e2e-test-result

0 commit comments

Comments
 (0)