Skip to content

Commit b9cd028

Browse files
authored
Merge pull request #6 from zachary822/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents ddc46d7 + 86c4cf1 commit b9cd028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
permissions:
5050
id-token: write
5151
steps:
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4.1.7
5353
- name: Publish package distributions to PyPI
5454
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:

0 commit comments

Comments
 (0)