Skip to content

Commit

Permalink
Merge 5b4dce4 into 93dc8c7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
2 parents 93dc8c7 + 5b4dce4 commit b2ea0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -183,7 +183,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade twine
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: wheels` is omitted, the action will create extra parent dir
Expand All @@ -203,7 +203,7 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit b2ea0f2

Please sign in to comment.