From 74632a6d6e8396940777d1e827b7df234e227941 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Thu, 26 Oct 2023 09:35:59 +1100 Subject: [PATCH] github: bump GitHub action versions Update to current node16 versions. The old node12 actions are deprecated and will stop working. Signed-off-by: Gerwin Klein --- .github/workflows/camkes-vm-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/camkes-vm-deploy.yml b/.github/workflows/camkes-vm-deploy.yml index bad9816b..7feec137 100644 --- a/.github/workflows/camkes-vm-deploy.yml +++ b/.github/workflows/camkes-vm-deploy.yml @@ -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' @@ -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