From fbbbf5550c05faf5e6c113d54e6fe0928a3f0b5c Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:42:24 +0300 Subject: [PATCH] Update actions --- .github/workflows/release.yml | 2 +- .github/workflows/test_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f72f28d..51739ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Archive run: Compress-Archive -Path CustomizePlus/bin/Release/* -DestinationPath CustomizePlus.zip - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v4 with: path: | ./CustomizePlus/bin/Release/* diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 6aca28a..743ed12 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -37,7 +37,7 @@ jobs: - name: Archive run: Compress-Archive -Path CustomizePlus/bin/Release/* -DestinationPath CustomizePlus.zip - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v4 with: path: | ./CustomizePlus/bin/Release/*