Skip to content

Commit 46b19f5

Browse files
ci/cd(deps): bump actions/download-artifact from 4.1.0 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe80d1 commit 46b19f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.docs.cfp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Fetch the site
66-
uses: actions/[email protected].0
66+
uses: actions/[email protected].9
6767
with:
6868
name: dist
6969
path: docs/dist/

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with: { fetch-depth: 0 }
112112

113113
- name: Fetch code coverage report
114-
uses: actions/[email protected].0
114+
uses: actions/[email protected].9
115115
with: { name: code-coverage-report }
116116
- name: Send code coverage report to Codecov (codecov.io)
117117
uses: codecov/[email protected]

0 commit comments

Comments
 (0)