From 7413bad322266b0a763ffe0668c52717d5f19f41 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 7 Apr 2023 22:49:58 +0300 Subject: [PATCH] [gha] update used actions Signed-off-by: R4SAS --- .github/workflows/binary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index f903b11..ae11be2 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -7,9 +7,9 @@ jobs: name: Binary for windows runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Build executable with pyinstaller @@ -18,7 +18,7 @@ jobs: pip install . pip install pyinstaller pywin32-ctypes pyinstaller pbincli.spec - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: pbincli-windows path: dist/*