Skip to content

Commit

Permalink
fix: fix github publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 21, 2024
1 parent 7df8b77 commit aa03781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Save version number to artifact
run: echo "${{ env.SK_VERSION }}" > artifacts/release-version
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit aa03781

Please sign in to comment.