Skip to content

Commit a65a3fb

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 5252782 commit a65a3fb

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
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload docker logs artifact
6767
if: ${{ !cancelled() }}
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: docker-logs
7171
path: ./build/containers-logs

0 commit comments

Comments
 (0)