Skip to content

Commit 6cb04aa

Browse files
⬆️ Bump actions/download-artifact from 5.0.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f319687 commit 6cb04aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: "Download dists"
74-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
74+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
7575
with:
7676
name: "dist"
7777
path: "dist/"

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: "python -m pip install --upgrade coverage"
5353

5454
- name: "Download artifact"
55-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
55+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5656
with:
5757
pattern: coverage-data*
5858
merge-multiple: true

0 commit comments

Comments
 (0)