Skip to content

Commit

Permalink
Merge pull request #9 from Cysharp/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
mayuki authored Apr 17, 2024
2 parents 858a23a + 9237e0c commit 7f6be62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
- run: dotnet test -c Release --no-build -p:Version=${{ inputs.tag }}
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} --include-symbols --include-source -o ./publish
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: nuget
path: ./publish
Expand Down

0 comments on commit 7f6be62

Please sign in to comment.