From 1733f9396d661cbb78c0d404908160bda8f97021 Mon Sep 17 00:00:00 2001 From: reis <29177546+reisxd@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:56:44 +0300 Subject: [PATCH] fix: fix actions again --- .github/workflows/build-new-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-new-release.yaml b/.github/workflows/build-new-release.yaml index 2ab5aca..51f9749 100644 --- a/.github/workflows/build-new-release.yaml +++ b/.github/workflows/build-new-release.yaml @@ -143,13 +143,13 @@ jobs: path: tizenbrew-app/TizenBrew/release/TizenBrewStandalone-New.wgt - name: Upload TizenBrew Updater package artifact for Old Tizen - uses: actions/upload-artifact@4 + uses: actions/upload-artifact@v4 with: name: updater-${{ github.sha }}-old.wgt path: tizenbrew-updater/TizenBrewUpdater/release/TizenBrewUpdater-Old.wgt - name: Upload TizenBrew Updater package artifact for New Tizen - uses: actions/upload-artifact@4 + uses: actions/upload-artifact@v4 with: name: updater-${{ github.sha }}-new.wgt path: tizenbrew-updater/TizenBrewUpdater/release/TizenBrewUpdater-New.wgt