From 15e29c904c567da2261a6a798b164c45136663c6 Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:09:29 +0300 Subject: [PATCH] updated upload-artifact version to V4 --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 061e594f..0e01c883 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -49,7 +49,7 @@ jobs: - name: Output Release URL File run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt - name: Save Release URL File for publish - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: release_url path: release_url.txt