Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
iancooper committed Jan 5, 2024
2 parents 0ffdd24 + 3765474 commit d945c0a
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 @@ -48,7 +48,7 @@ jobs:
- name: Core Tests
run: dotnet test -c Release --no-restore --no-build --verbosity d
- name: Upload packages as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget packages
path: "**/*.nupkg"
Expand Down

0 comments on commit d945c0a

Please sign in to comment.