From ea97d5c0b41fbeee3422b574c6d65064f6e2aaf0 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Thu, 26 Oct 2023 08:52:38 +1100 Subject: [PATCH] github: bump GitHub action versions The old node12 actions are deprecated and will stop working. Signed-off-by: Gerwin Klein --- .github/workflows/camkes-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/camkes-deploy.yml b/.github/workflows/camkes-deploy.yml index 108ecf4d..40b9e3e4 100644 --- a/.github/workflows/camkes-deploy.yml +++ b/.github/workflows/camkes-deploy.yml @@ -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' @@ -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