Skip to content

Commit d04490e

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 (RustPython#7448)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2b3375 commit d04490e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
persist-credentials: false
151151

152152
- name: Download Binary Artifacts
153-
uses: actions/download-artifact@v8.0.0
153+
uses: actions/download-artifact@v8.0.1
154154
with:
155155
path: bin
156156
pattern: rustpython-*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: git switch -c "update-doc-${PYTHON_VERSION}"
6868

6969
- name: Download generated doc DBs
70-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
70+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7171
with:
7272
pattern: "doc-db-${{ inputs.python-version }}-**"
7373
path: crates/doc/generated/

.github/workflows/upgrade-pylib.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)