Skip to content

Commit

Permalink
Merge patch-axel-4
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-h committed Jan 29, 2024
2 parents 026e874 + ec61df2 commit 85b73a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/camkes-vm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
- name: Upload images
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.march }}
path: '*-images.tar.gz'
Expand All @@ -69,7 +69,7 @@ jobs:
repository: seL4/machine_queue
path: machine_queue
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-${{ matrix.march }}
- name: Run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
- name: Upload images
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.march }}
path: '*-images.tar.gz'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
repository: seL4/machine_queue
path: machine_queue
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-${{ matrix.march }}
- name: Run
Expand Down

0 comments on commit 85b73a5

Please sign in to comment.