Skip to content

Commit d8abe10

Browse files
⬆️ bump actions/download-artifact from 7 to 8 (#395)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b7c8d7 commit d8abe10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v6
8383

8484
- name: Download fixtures build artifact
85-
uses: actions/download-artifact@v7
85+
uses: actions/download-artifact@v8
8686
with:
8787
name: fixtures-build
8888
path: fixtures/_build/html/
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
steps:
147147
- name: Download fixtures build artifact
148-
uses: actions/download-artifact@v7
148+
uses: actions/download-artifact@v8
149149
with:
150150
name: fixtures-build
151151
path: fixtures/_build/html/

0 commit comments

Comments
 (0)