Skip to content

Commit 6d10d3e

Browse files
Build(deps): Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28a8af6 commit 6d10d3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: build_linter_image
3535
steps:
3636
- name: Download linter image
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v8
3838
with:
3939
name: linter-image
4040
path: /tmp
@@ -48,7 +48,7 @@ jobs:
4848
needs: build_linter_image
4949
steps:
5050
- name: Download linter image
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@v8
5252
with:
5353
name: linter-image
5454
path: /tmp
@@ -62,7 +62,7 @@ jobs:
6262
needs: build_linter_image
6363
steps:
6464
- name: Download linter image
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v8
6666
with:
6767
name: linter-image
6868
path: /tmp
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout code
105105
uses: actions/checkout@v4
106106
- name: Download test image
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v8
108108
with:
109109
name: test-image
110110
path: /tmp

0 commit comments

Comments
 (0)