Skip to content

Commit c4eff73

Browse files
authored
Merge pull request #81 from pymc-devs/dependabot/github_actions/actions/download-artifact-4
chore(deps): Bump actions/download-artifact from 3 to 4
2 parents d43705d + 1b264a7 commit c4eff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if: "startsWith(github.ref, 'refs/tags/')"
172172
needs: [linux, windows, macos, sdist]
173173
steps:
174-
- uses: actions/download-artifact@v3
174+
- uses: actions/download-artifact@v4
175175
with:
176176
name: wheels
177177
- name: Publish to PyPI

0 commit comments

Comments
 (0)