Skip to content

Commit

Permalink
ci: Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Apr 25, 2024
1 parent a80ad61 commit 40c8033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get autoremove -y
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -41,7 +41,7 @@ jobs:
/repo/build.sh
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fedora-iso
path: builddir/iso/*
Expand Down

0 comments on commit 40c8033

Please sign in to comment.