Skip to content

Commit 10fc2a9

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent f65899c commit 10fc2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Upload docker logs artifact
9797
if: ${{ !cancelled() }}
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: docker-logs
101101
path: ./build/containers-logs

0 commit comments

Comments
 (0)