Skip to content

Commit

Permalink
tests - fix actions upload/download - part 2 because i forgot to save…
Browse files Browse the repository at this point in the history
…....
  • Loading branch information
itewk committed Sep 4, 2024
1 parent b038c01 commit df8ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- name: Download Distribution 🔻
if: github.event_name == 'push'
uses: actions/[email protected].7
uses: uses: actions/[email protected].8
with:
name: dist
path: dist/
Expand Down

0 comments on commit df8ba00

Please sign in to comment.