We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 019e6e1 + ee241ac commit eb6aafeCopy full SHA for eb6aafe
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build a binary wheel and a source tarball
18
run: ./build-project/build-project.py
19
- name: Store the distribution packages
20
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
21
with:
22
name: python-package-distributions
23
path: dist/
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: Download all the dists
39
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
40
41
42
0 commit comments