Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosainu committed Jul 5, 2024
1 parent 7d09737 commit 8cfa967
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8cfa967

Please sign in to comment.