Skip to content

Commit

Permalink
Update publish_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Sep 4, 2024
1 parent e4187cb commit 3845ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python -m twine check dist/*

- name: Upload packaged distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-output
path: ./dist
Expand All @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Download packaged distributions
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: build-output
path: dist/
Expand Down

0 comments on commit 3845ad9

Please sign in to comment.