From df8ba00387e47ee2b6bc883d004cf3ea6ac738ac Mon Sep 17 00:00:00 2001 From: Ian Tewksbury Date: Wed, 4 Sep 2024 09:28:31 -0400 Subject: [PATCH] tests - fix actions upload/download - part 2 because i forgot to save.... --- .github/workflows/push-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 80d2b7c3..7f278278 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -85,7 +85,7 @@ jobs: run: tox -e build - name: Upload Distribution Artifacts 🔺 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.0 with: name: dist path: dist/ @@ -97,7 +97,7 @@ jobs: steps: - name: Download Distribution 🔻 if: github.event_name == 'push' - uses: actions/download-artifact@v4.1.7 + uses: uses: actions/download-artifact@v4.1.8 with: name: dist path: dist/