We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc8718 commit c7ff75eCopy full SHA for c7ff75e
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
password: ${{ secrets.PYPI_API_TOKEN }}
49
50
- name: Upload Python artifacts
51
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52
with:
53
name: python-dist
54
path: dist/
@@ -58,7 +58,7 @@ jobs:
58
needs: build_package
59
steps:
60
- name: Download Python artifacts
61
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
62
63
64
0 commit comments