Skip to content

Commit ee7e1fd

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 72514a2 commit ee7e1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/dotnetcore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-dotnet@v3
6262
with:
6363
dotnet-version: 6
64-
- uses: actions/download-artifact@v3
64+
- uses: actions/download-artifact@v4.1.7
6565
with:
6666
name: artifacts
6767
path: ./artifacts

0 commit comments

Comments
 (0)