From 78b42269f7c82aa69c01065544a6cd0b701fd505 Mon Sep 17 00:00:00 2001 From: Daniel Osborne <1127170+Gwindalmir@users.noreply.github.com> Date: Mon, 13 May 2024 18:37:41 -0700 Subject: [PATCH] Update github upload-artifact action. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: