Skip to content

Commit 4cc6901

Browse files
dependabot[bot]pcolby
authored andcommitted
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] <[email protected]>
1 parent b04753a commit 4cc6901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ jobs:
877877
- name: Clear previous coverage report
878878
run: rm -rf main/cov
879879
- name: Download HTML report
880-
uses: actions/download-artifact@v4
880+
uses: actions/download-artifact@v5
881881
with:
882882
name: coverage-report
883883
path: main/cov

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
- name: Clear previous docs
6060
run: rm -rf main/{doc,int}
6161
- name: Download public docs
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: public-docs
6565
path: main/doc
6666
- name: Download internal docs
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v5
6868
with:
6969
name: internal-docs
7070
path: main/int

0 commit comments

Comments
 (0)