From 1b75bf8fc0810d3e875e4681b067db36144546d1 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 15 Jun 2023 09:49:20 -0500 Subject: [PATCH] GH Actions to checkout@v3 and tartifact@v2 alehechka/upload-tartifact@v2 actions/checkout@v3 for Node16 compat --- .../workflows/pyinstaller-builds-actions-PIP-TAR.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 43e84e5..3b7a33e 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -12,7 +12,7 @@ jobs: build-linux: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 with: #miniconda-version: "latest" @@ -48,14 +48,14 @@ jobs: micromamba info pyinstaller pyinstaller_pip.spec ${{ github.event.inputs.type }} cp /home/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/pyinstaller/CQ-editor.sh /home/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/dist/ - - uses: alehechka/upload-tartifact@v1 + - uses: alehechka/upload-tartifact@v2 with: name: CQ-editor-Linux-x86_64 path: dist build-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 with: #miniconda-version: "latest" @@ -87,14 +87,14 @@ jobs: micromamba info pyinstaller pyinstaller_pip.spec ${{ github.event.inputs.type }} cp /Users/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/pyinstaller/CQ-editor.sh /Users/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/dist/ - - uses: alehechka/upload-tartifact@v1 + - uses: alehechka/upload-tartifact@v2 with: name: CQ-editor-MacOS path: dist build-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 with: #miniconda-version: "latest" @@ -123,7 +123,7 @@ jobs: micromamba info pyinstaller pyinstaller_pip.spec ${{ github.event.inputs.type }} Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\ - - uses: alehechka/upload-tartifact@v1 + - uses: alehechka/upload-tartifact@v2 with: name: CQ-editor-Windows path: dist