From c44d3a4d9feb015a49488b47cd3679119b4e4bcb Mon Sep 17 00:00:00 2001 From: nlpng Date: Mon, 7 Oct 2024 22:34:52 +0900 Subject: [PATCH] update upload-artifact to v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d27a87..a99ac03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,9 @@ jobs: - name: build run: pyinstaller main_gui.py --onefile - + - name: upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: sample-windows path: dist/sample.exe