Skip to content

Commit 97deca5

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8904086 commit 97deca5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Download baseline artifact
152152
if: github.event_name == 'pull_request' && env.BASELINE_RUN_ID != ''
153-
uses: actions/download-artifact@v6
153+
uses: actions/download-artifact@v7
154154
with:
155155
name: coverage-baseline
156156
path: coverage-baseline/

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Download docs artifact
8787
if: steps.find-runs.outputs.has-docs == 'true'
88-
uses: actions/download-artifact@v6
88+
uses: actions/download-artifact@v7
8989
with:
9090
name: docs-reports
9191
path: ./site/
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Download coverage artifact
9797
if: steps.find-runs.outputs.has-coverage == 'true'
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
name: coverage-reports
101101
path: ./site/coverage/

0 commit comments

Comments
 (0)