Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #2 from radixdlt/DO-2909-upload-artifact-action
Browse files Browse the repository at this point in the history
ci: use latest forked upload-artifact action [DO-2909]
  • Loading branch information
marek-karwacki-rdx authored Feb 10, 2025
2 parents 1ae33d0 + d4e336f commit 058a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Prepare artifact
run: rm -rf node_modules e2e src sandbox

- uses: actions/upload-artifact@v3
- uses: RDXWorks-actions/upload-artifact@main
with:
name: typescript-rola.${{ github.sha }}
path: .
Expand Down

0 comments on commit 058a187

Please sign in to comment.