From 0f61666553df6c34715ece406e86ee8359429248 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:15:32 +0200 Subject: [PATCH] Upgrade upload-artifact action --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 7d1f54c..7596c01 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -22,7 +22,7 @@ jobs: uses: JackMcKew/pyinstaller-action-linux@python3.10 with: path: . - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: - name: stacosys + name: stacosys-${{ matrix.runs-on }} path: dist/linux