From b183f8be46c5d847fa019354e02c53652a314f3c Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 00:35:29 +0100 Subject: [PATCH] github: update GitHub actions Signed-off-by: Axel Heider --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc2a8515..89880f96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,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' @@ -65,13 +65,13 @@ jobs: march: [nehalem, armv7a, armv8a] steps: - name: Get machine queue - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: seL4/machine_queue path: machine_queue token: ${{ secrets.PRIV_REPO_TOKEN }} - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images-${{ matrix.march }} - name: Run