We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d2e5b commit e6d9a9aCopy full SHA for e6d9a9a
2 files changed
.github/workflows/release.yml
@@ -145,7 +145,7 @@ jobs:
145
needs: [build, build-wasm]
146
steps:
147
- name: Download Binary Artifacts
148
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7.0.0
149
with:
150
path: bin
151
pattern: rustpython-*
.github/workflows/update-doc-db.yml
@@ -60,7 +60,7 @@ jobs:
60
token: ${{ secrets.AUTO_COMMIT_PAT }}
61
62
- name: Download generated doc DBs
63
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
64
65
pattern: "doc-db-${{ inputs.python-version }}-**"
66
path: crates/doc/generated/
0 commit comments