Skip to content

Commit

Permalink
workflow: also bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol authored Jun 13, 2022
1 parent 7e26b58 commit 5f00799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
7z a template.7z "for SDNAND SD card"
mv template.7z hiyaCFW.7z
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: hiyaCFW.7z
name: build
Expand Down

0 comments on commit 5f00799

Please sign in to comment.