Skip to content

Commit f4d7b90

Browse files
authored
Merge pull request #582 from pbs-data-solutions/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7a8c5ac + 91f5963 commit f4d7b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: "startsWith(github.ref, 'refs/tags/')"
108108
needs: [linux, windows, macos, sdist]
109109
steps:
110-
- uses: actions/download-artifact@v5
110+
- uses: actions/download-artifact@v6
111111
- uses: actions/setup-python@v6
112112
with:
113113
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)