From 34f83da178dc14e47748a767bf02322c2e912a54 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 00:26:09 +0100 Subject: [PATCH] github: update GitHub actions Signed-off-by: Axel Heider --- .github/workflows/camkes-vm-deploy.yml | 4 ++-- .github/workflows/test-hw.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/camkes-vm-deploy.yml b/.github/workflows/camkes-vm-deploy.yml index 43b4d63a..dcf7d08e 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@v3 + uses: actions/upload-artifact@v4 with: name: images-${{ matrix.march }} path: '*-images.tar.gz' @@ -69,7 +69,7 @@ jobs: repository: seL4/machine_queue path: machine_queue - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images-${{ matrix.march }} - name: Run diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index 64dbbc2a..136f72a9 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -54,7 +54,7 @@ jobs: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} - name: Upload images - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: images-${{ matrix.march }} path: '*-images.tar.gz' @@ -84,7 +84,7 @@ jobs: repository: seL4/machine_queue path: machine_queue - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images-${{ matrix.march }} - name: Run