Skip to content

Commit e6118de

Browse files
chore(deps): update actions/upload-artifact action to v4.5.0 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcf77ac commit e6118de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
go mod download
9494
make test-e2e
9595
96-
- uses: actions/upload-artifact@v4.4.3
96+
- uses: actions/upload-artifact@v4.5.0
9797
if: failure() && steps.test.outcome == 'failure'
9898
with:
9999
name: playwright-report

0 commit comments

Comments
 (0)