Skip to content

Commit

Permalink
Merge pull request #20 from sourcebots/ci-update
Browse files Browse the repository at this point in the history
Bump CI versions
  • Loading branch information
WillB97 authored Jul 9, 2024
2 parents 478d98d + f1dfa80 commit a788994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get install fdisk gdisk qemu-user-static libarchive-tools tar
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -35,7 +35,7 @@ jobs:
echo "image_name=$(basename ${{ github.workspace }}/*.img.xz)" >> $GITHUB_ENV
- name: Save image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.event_name != 'release'
with:
name: image-${{ env.git_desc }}
Expand Down

0 comments on commit a788994

Please sign in to comment.