Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyu Ni <[email protected]>
  • Loading branch information
niyiyu authored Oct 1, 2024
1 parent a1a2fc1 commit 6a219e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Install Python
with:
python-version: 3.9
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
Expand Down

0 comments on commit 6a219e5

Please sign in to comment.