Skip to content

Commit

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

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 26, 2023
1 parent add3915 commit 89af719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/camkes-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
xml: ${{ needs.code.outputs.xml }}
platform: ${{ matrix.platform }}
- name: Upload images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: images-${{ matrix.platform }}
path: '*-images.tar.gz'
Expand Down Expand Up @@ -90,13 +90,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.platform }}
- name: Run
Expand Down

0 comments on commit 89af719

Please sign in to comment.