Skip to content

Commit

Permalink
ci: use latest forked upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Feb 10, 2025
1 parent 315ddb1 commit cec9883
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 cec9883

Please sign in to comment.