Skip to content

Commit e6d9a9a

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (RustPython#6441)
1 parent 78d2e5b commit e6d9a9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
needs: [build, build-wasm]
146146
steps:
147147
- name: Download Binary Artifacts
148-
uses: actions/download-artifact@v6
148+
uses: actions/download-artifact@v7.0.0
149149
with:
150150
path: bin
151151
pattern: rustpython-*

.github/workflows/update-doc-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
token: ${{ secrets.AUTO_COMMIT_PAT }}
6161

6262
- name: Download generated doc DBs
63-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
63+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6464
with:
6565
pattern: "doc-db-${{ inputs.python-version }}-**"
6666
path: crates/doc/generated/

0 commit comments

Comments
 (0)