Skip to content

Commit

Permalink
fix(workflows): Bump upload action before deprecation (#1956)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung authored Nov 19, 2024
2 parents e08cf57 + 8522bad commit 8497e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/myself-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
outputs: type=docker,dest=/tmp/myself.tar

- name: Upload Docker image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-images
path: /tmp/myself-full.tar
Expand Down

0 comments on commit 8497e22

Please sign in to comment.