Skip to content

Commit

Permalink
Merge pull request #810 from radixdlt/fix-upload
Browse files Browse the repository at this point in the history
Use v4 action when uploading artifacts
  • Loading branch information
PawelPawelec-RDX authored Nov 1, 2024
2 parents 3d27f09 + 242ae96 commit f246ee0
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@main
uses: RDXWorks-actions/upload-artifact-v4@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@main
uses: RDXWorks-actions/upload-artifact-v4@main
with:
path: Directory.Build.props
name: build_props
Expand Down

0 comments on commit f246ee0

Please sign in to comment.