Skip to content

Commit

Permalink
Bump CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jul 8, 2024
1 parent 478d98d commit f1dfa80
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 f1dfa80

Please sign in to comment.