Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
natsumerinchan committed Jun 3, 2024
1 parent 77deb53 commit 7fa0e17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PixelExperience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
fi
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PE-martini-${{ env.TAG_NAME }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PixelOS-SUSFS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
fi
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PixelOS-SUSFS-martini-${{ env.TAG_NAME }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PixelOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
fi
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PixelOS-martini-${{ env.TAG_NAME }}
path: |
Expand Down

0 comments on commit 7fa0e17

Please sign in to comment.