Skip to content

Commit 606c23f

Browse files
authored
Merge pull request #278 from BrighterCommand/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 430bef8 + 52b6827 commit 606c23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
timeout-minutes: 5
6565
needs: [build]
6666
steps:
67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v5
6868
with:
6969
name: nuget packages
7070
- name: Push generated package to NuGet

0 commit comments

Comments
 (0)