Skip to content

Commit

Permalink
tests - fix actions upload/download
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Sep 4, 2024
1 parent fb42558 commit 81a8fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
Expand Down

0 comments on commit 81a8fd1

Please sign in to comment.