Skip to content

Commit cd67e04

Browse files
Update actions/upload-artifact action to v5 (#933)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 906a459 commit cd67e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: ${{ always() }}
153153
run: docker cp tilt-control-plane:/var/log .logs
154154

155-
- uses: actions/upload-artifact@v4
155+
- uses: actions/upload-artifact@v5
156156
if: ${{ always() }}
157157
with:
158158
name: ${{ inputs.e2e-selector }}-logs

0 commit comments

Comments
 (0)