Skip to content

Commit 28f87cf

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 ec130a6 commit 28f87cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Download native library
6464
if: steps.has.outputs.ok == 'true'
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v8
6666
with:
6767
name: librustwright_capi-linux
6868
path: target/release
@@ -159,7 +159,7 @@ jobs:
159159
steps:
160160
- uses: actions/checkout@v7.0.1
161161
- name: Download all language results
162-
uses: actions/download-artifact@v4
162+
uses: actions/download-artifact@v8
163163
with:
164164
pattern: results-*
165165
path: results

0 commit comments

Comments
 (0)