Skip to content

Commit fe3de09

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aeaee13 commit fe3de09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Download coverage artifacts
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4.1.7
5151
- name: Generate coverage report
5252
uses: danielpalme/[email protected]
5353
with:

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
steps:
8484
- name: Get Binaries
8585
id: get_binaries
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4.1.7
8787
with:
8888
name: nuget
8989
- name: Get Help
9090
id: get_help
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4.1.7
9292
with:
9393
name: help
9494
- name: List downloads

0 commit comments

Comments
 (0)