Skip to content

Commit

Permalink
Updates publish upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Feb 26, 2024
1 parent 7bb0804 commit c03eb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pdm build

- name: 🛫 Export build files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -40,7 +40,7 @@ jobs:
id-token: write
steps:
- name: 🛬 Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: 🗞 Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c03eb9e

Please sign in to comment.