Skip to content

Commit 82eaf47

Browse files
chore(deps): update actions/upload-artifact action to v6 (#991)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c660090 commit 82eaf47

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
@@ -153,7 +153,7 @@ jobs:
153153
if: ${{ always() }}
154154
run: docker cp tilt-control-plane:/var/log .logs
155155

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

0 commit comments

Comments
 (0)