Skip to content

Commit

Permalink
Update build_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Nov 26, 2024
1 parent 6394096 commit 9e7a47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build the release
run: poetry build
- name: Store the built package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -62,7 +62,7 @@ jobs:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- name: Retrieve the built package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand All @@ -84,7 +84,7 @@ jobs:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- name: Retrieve the built package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 9e7a47b

Please sign in to comment.