Skip to content

Commit

Permalink
Merge pull request #825 from radixdlt/DO-2909-ci-upload-artifact
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 315ddb1 + cec9883 commit 35deeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
github_event_name: ${{ github.event_name }}
github_action_name: ${{ github.event.action}}
- name: Publish Gateway Settings
uses: RDXWorks-actions/upload-artifact-v4@main
uses: RDXWorks-actions/upload-artifact@main
with:
path: Directory.Build.props
name: build_props
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
github_event_name: ${{ github.event_name }}
github_action_name: ${{ github.event.action}}
- name: Publish Gateway Settings
uses: RDXWorks-actions/upload-artifact-v4@main
uses: RDXWorks-actions/upload-artifact@main
with:
path: Directory.Build.props
name: build_props
Expand Down

0 comments on commit 35deeb8

Please sign in to comment.