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