Skip to content

Commit

Permalink
Update github upload-artifact action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed May 14, 2024
1 parent 32fdf6f commit 78b4226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
with:
project-path: Directory.Build.props

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Publish SEWT Artifacts
id: artifact-sewt
with:
name: SEWT
path: SEWorkshopTool/bin/${{env.BUILD_CONFIGURATION}}/${{env.BUILD_FRAMEWORK}}/SEWorkshopTool*.zip

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Publish MEWT Artifacts
id: artifact-mewt
with:
Expand Down

0 comments on commit 78b4226

Please sign in to comment.