Skip to content

Commit

Permalink
chore(ci): release workflow fix (#4962)
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming authored Sep 6, 2024
1 parent 9cd16c7 commit a6f5f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build
run: pipx run build
- name: Archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*
Expand All @@ -25,7 +25,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit a6f5f93

Please sign in to comment.