Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lainlives authored Dec 24, 2024
1 parent 6a84378 commit 1a9b7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Compress image
sudo xz -T 0 fedora.img
- name: Store fedora.img.xz as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image
path: fedora.img.xz
Expand All @@ -53,7 +53,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download fedora.img.xz
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image
- name: Upload files to release
Expand Down

0 comments on commit 1a9b7b2

Please sign in to comment.