Skip to content

Commit

Permalink
use actions/upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed Jan 3, 2024
1 parent c5c5067 commit 6f36a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cp ${{matrix.target}} dist/
- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: dist-${{matrix.platform}}-${{matrix.arch}}
path: dist
Expand Down

0 comments on commit 6f36a27

Please sign in to comment.