diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ede486..4249a4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,15 +10,15 @@ jobs: runs-on: ubuntu-22.04 concurrency: concurrency-group-to-prevent-cache-race steps: - - uses: docker/setup-qemu-action@v2.0.0 + - uses: docker/setup-qemu-action@v3.1.0 with: platforms: arm64 - - uses: docker/login-action@v2.0.0 + - uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4.1.7 with: lfs: true persist-credentials: false @@ -30,7 +30,7 @@ jobs: EARTHLY_PUSH: ${{ github.ref == 'refs/heads/main' }} EARTHLY_REMOTE_CACHE: ghcr.io/tosainu/earthly-zynqmp-example:build-cache FORCE_COLOR: true - - uses: actions/upload-artifact@v3.1.0 + - uses: actions/upload-artifact@v4.3.3 with: name: build path: /tmp/build