Skip to content

Commit 8497e22

Browse files
authored
fix(workflows): Bump upload action before deprecation (#1956)
Reviewed-by: Alexander Jung <alex@unikraft.io> Approved-by: Alexander Jung <alex@unikraft.io>
2 parents e08cf57 + 8522bad commit 8497e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myself-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
outputs: type=docker,dest=/tmp/myself.tar
3838

3939
- name: Upload Docker image artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: oci-images
4343
path: /tmp/myself-full.tar

0 commit comments

Comments
 (0)