Skip to content

Commit

Permalink
ci: use latest forked upload-artifact action [DO-2909] (#376)
Browse files Browse the repository at this point in the history
ci: use latest forked upload-artifact action
  • Loading branch information
marek-karwacki-rdx authored Feb 10, 2025
1 parent e85b6da commit d3a9f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kotlin-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
build-root-directory: jvm

- name: Upload Artifacts
uses: RDXWorks-actions/upload-artifact-v4@main
uses: RDXWorks-actions/upload-artifact@main
with:
name: ${{ matrix.build-target.toolchain }}
path: "target/${{ matrix.build-target.toolchain }}/release/${{ matrix.build-target.binary }}"
Expand Down

0 comments on commit d3a9f85

Please sign in to comment.