Skip to content

Commit

Permalink
📦 build(ci): update download-artifact action version
Browse files Browse the repository at this point in the history
- upgrade actions/download-artifact from v4.1.7 to v4.1.8
- ensure compatibility with latest GitHub Actions features
  • Loading branch information
awwaawwa committed Jan 26, 2025
1 parent 20ad95c commit 7f76d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf65639a7c09 # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 7f76d5b

Please sign in to comment.