Skip to content

Commit e50a0dd

Browse files
authored
Merge pull request #20 from sourceplusplus/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents bedc471 + 200a479 commit e50a0dd

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)