Skip to content

Commit 84ffa38

Browse files
authored
Update actions/upload-artifact (#261)
Fix the failing action, since v3 is deprecated.
1 parent 98ff012 commit 84ffa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload compose logs
108108
if: always()
109109
continue-on-error: true
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: docker-compose-logs
113113
path: docker-compose.log

0 commit comments

Comments
 (0)