From 7eb8bd0ee16e5a2bde54d114f03dcac2c46a441f Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 20 Sep 2022 10:12:30 -0500 Subject: [PATCH] Update alehechka/upload-tartifact@v1 --- .github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml index 0572f1b..879de29 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml @@ -115,11 +115,11 @@ jobs: micromamba info pyinstaller --debug all pyinstaller.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: actions/upload-tartifact@v1 + - uses: alehechka/upload-tartifact@v1 with: name: CQ-editor-Windows path: dist - - uses: actions/download-tartifact@v1 + - uses: alehechka/download-tartifact@v1 with: name: CQ-editor-Windows path: dist