Skip to content

Commit eb6aafe

Browse files
authored
Merge pull request #13835 from pypa/dependabot/github_actions/github-actions-1a3042a095
build(deps): bump the github-actions group with 2 updates
2 parents 019e6e1 + ee241ac commit eb6aafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build a binary wheel and a source tarball
1818
run: ./build-project/build-project.py
1919
- name: Store the distribution packages
20-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
20+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2121
with:
2222
name: python-package-distributions
2323
path: dist/
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Download all the dists
39-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
39+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
4040
with:
4141
name: python-package-distributions
4242
path: dist/

0 commit comments

Comments
 (0)