Skip to content

Commit

Permalink
Merge pull request #184 from robertjf/develop
Browse files Browse the repository at this point in the history
Upgraded git actions/upload-artifact
  • Loading branch information
robertjf authored Dec 14, 2024
2 parents 3528174 + 6ac4b87 commit d83297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: nuget
path: ${{ env.OUTPUT_PATH }}

0 comments on commit d83297b

Please sign in to comment.