diff --git a/.github/workflows/camkes-deploy.yml b/.github/workflows/camkes-deploy.yml index 108ecf4d..40b9e3e4 100644 --- a/.github/workflows/camkes-deploy.yml +++ b/.github/workflows/camkes-deploy.yml @@ -52,7 +52,7 @@ jobs: xml: ${{ needs.code.outputs.xml }} platform: ${{ matrix.platform }} - name: Upload images - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: images-${{ matrix.platform }} path: '*-images.tar.gz' @@ -90,13 +90,13 @@ jobs: concurrency: camkes-hw-${{ strategy.job-index }} 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.platform }} - name: Run