From 19184f8e900ee975e6963db54b24efb1152aa5e0 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Thu, 26 Oct 2023 15:07:54 +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/sel4test-hw.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sel4test-hw.yml b/.github/workflows/sel4test-hw.yml index 39ea418c..48c450e2 100644 --- a/.github/workflows/sel4test-hw.yml +++ b/.github/workflows/sel4test-hw.yml @@ -46,7 +46,7 @@ jobs: compiler: ${{ matrix.compiler }} sha: ${{ github.event.pull_request.head.sha }} - name: Upload images - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: images-${{ matrix.march }}-${{ matrix.compiler }} path: '*-images.tar.gz' @@ -78,13 +78,13 @@ jobs: matrix: ${{ fromJson(needs.the_matrix.outputs.matrix) }} 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 }}-${{ matrix.compiler }} - name: Run