Skip to content

Commit 3f35ea3

Browse files
Merge pull request #83 from pytest-dev/dependabot/github_actions/github_actions-c8c9a719b1
Bump the github_actions group with 2 updates
2 parents f6da171 + 3bb1db5 commit 3f35ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- uses: hynek/build-and-inspect-python-package@v1
23+
- uses: hynek/build-and-inspect-python-package@v2
2424

2525
# Upload to real PyPI on GitHub Releases.
2626
release-pypi:
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Download packages built by build-and-inspect-python-package
35-
uses: actions/download-artifact@v3
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: Packages
3838
path: dist

0 commit comments

Comments
 (0)