Skip to content

Commit

Permalink
Merge pull request #235 from BrighterCommand/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
iancooper authored Jan 5, 2024
2 parents d945c0a + 02d159b commit e4375fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
timeout-minutes: 5
needs: [build]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: nuget packages
- name: Push generated package to NuGet
Expand Down

0 comments on commit e4375fa

Please sign in to comment.