Skip to content

Commit 638044d

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed6fc44 commit 638044d

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@v4
153+
uses: actions/download-artifact@v5
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@v4
88+
uses: actions/download-artifact@v5
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@v4
98+
uses: actions/download-artifact@v5
9999
with:
100100
name: coverage-reports
101101
path: ./site/coverage/

0 commit comments

Comments
 (0)