Skip to content

Commit

Permalink
👷 Bug fix for deprecated actions/upload-artifact: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Oct 1, 2024
1 parent 2a6135c commit cc038dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SenhaixFreqWriterBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
zip -r $targetName senhaix-universial-freq-writer
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SenhaixFreqWriterArtifacts
path: SenhaixFreqWriterArtifacts/*.zip
Expand Down

0 comments on commit cc038dc

Please sign in to comment.