Skip to content

Commit

Permalink
Merge pull request #90 from guitarrapc/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
guitarrapc authored Jul 30, 2024
2 parents 2acd7a4 + 6e79c3f commit 850ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: dotnet build -c ${{ env.BUILD_CONFIG }} -p:Version=${{ github.event.ref }}
# pack
- run: dotnet pack -c ${{ env.BUILD_CONFIG }} -p:Version=${{ github.event.ref }} -o ./pack
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget
path: ./pack/
Expand Down

0 comments on commit 850ac4d

Please sign in to comment.