Skip to content

Commit

Permalink
Fix CI workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Sep 12, 2024
1 parent 3f63871 commit 88dcf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
outputs: type=docker,dest=/tmp/${{ matrix.container }}.tar

- name: Upload image artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image_${{ matrix.container }}
path: /tmp/${{ matrix.container }}.tar
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
outputs: type=docker,dest=/tmp/simer.tar

- name: Upload image artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image_simer
path: /tmp/simer.tar
Expand Down

0 comments on commit 88dcf3a

Please sign in to comment.