diff --git a/.github/workflows/sel4test-hw.yml b/.github/workflows/sel4test-hw.yml index c8d96906..5b9e100d 100644 --- a/.github/workflows/sel4test-hw.yml +++ b/.github/workflows/sel4test-hw.yml @@ -44,7 +44,7 @@ jobs: compiler: ${{ matrix.compiler }} sha: ${{ github.event.pull_request.head.sha }} - name: Upload images - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: images-${{ matrix.march }}-${{ matrix.compiler }} path: '*-images.tar.gz' @@ -76,13 +76,13 @@ jobs: matrix: ${{ fromJson(needs.the_matrix.outputs.matrix) }} 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 }}-${{ matrix.compiler }} - name: Run