Skip to content

Commit 482122e

Browse files
chore(deps): update actions/upload-artifact action to v3 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad25333 commit 482122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

7474
- name: Upload docker logs artifact
7575
if: ${{ always() }}
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
name: docker-logs
7979
path: ./build/containers-logs

0 commit comments

Comments
 (0)