Skip to content

Commit

Permalink
github: bump GitHub action versions
Browse files Browse the repository at this point in the history
Update to current node16 versions. The old node12 actions are
deprecated and will stop working.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Oct 26, 2023
1 parent 7cfa149 commit 74632a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v2
uses: actions/upload-artifact@v3
with:
name: images-${{ matrix.march }}
path: '*-images.tar.gz'
Expand All @@ -63,13 +63,13 @@ jobs:
concurrency: camkes-hw-${{ strategy.job-index }}
steps:
- name: Get machine queue
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: seL4/machine_queue
path: machine_queue
token: ${{ secrets.PRIV_REPO_TOKEN }}
- name: Download image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: images-${{ matrix.march }}
- name: Run
Expand Down

0 comments on commit 74632a6

Please sign in to comment.