Skip to content

Commit

Permalink
ci: change upload-artifact & download-artifact to Cysharp/Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Apr 30, 2024
1 parent b2602be commit ddefe56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
directory: src/CsprojModifier

# Store artifacts.
- uses: actions/upload-artifact@v2
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: CsprojModifier.${{ matrix.unity }}.unitypackage.zip
path: ./src/CsprojModifier/*.unitypackage
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
directory: src/CsprojModifier

# Store artifacts.
- uses: actions/upload-artifact@v1
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: CsprojModifier.${{ inputs.tag }}.unitypackage
path: ./src/CsprojModifier/CsprojModifier.${{ inputs.tag }}.unitypackage
Expand Down

0 comments on commit ddefe56

Please sign in to comment.