diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88a5033..62f366d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: