Skip to content

Commit

Permalink
fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
westandskif committed Jul 14, 2024
1 parent c9d45da commit 01c5c53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ jobs:
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist/
pattern: artifact-*
merge-multiple: true

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 01c5c53

Please sign in to comment.