Skip to content

Commit e936d98

Browse files
ci(deps): bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 4fd12dc commit e936d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: ./.github/actions/setup-dotnet
4040
- name: Download coverage report
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v7
4242
with:
4343
name: coverage-report
4444
path: .
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Download artifact from build job
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v7
128128
with:
129129
name: .net-app
130130

0 commit comments

Comments
 (0)