From 81a8fd173653bb060e119de03ed2634a2b51f070 Mon Sep 17 00:00:00 2001 From: Ian Tewksbury Date: Wed, 4 Sep 2024 09:22:37 -0400 Subject: [PATCH] tests - fix actions upload/download --- .github/workflows/push-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 75d961b1..5c8064ab 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -84,7 +84,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/ @@ -96,7 +96,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/