Skip to content

Commit 200a479

Browse files
chore(deps): update actions/upload-artifact action to v3
1 parent bedc471 commit 200a479

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Upload docker logs artifact
9696
if: ${{ always() }}
97-
uses: actions/upload-artifact@v2
97+
uses: actions/upload-artifact@v3
9898
with:
9999
name: docker-logs
100100
path: ./build/containers-logs

0 commit comments

Comments
 (0)