Skip to content

Commit 60ba414

Browse files
authored
Update version comments
1 parent ddddd46 commit 60ba414

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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
20+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5
39+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4040
with:
4141
name: python-package-distributions
4242
path: dist/

0 commit comments

Comments
 (0)