Skip to content

Commit

Permalink
Merge pull request #8 from DeNA/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Kuniwak authored Dec 15, 2023
2 parents 264edd7 + db74356 commit bd8c0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet test --logger junit --results-directory "TestResults-${{ env.DOTNET_VERSION }}"

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dotnet-test-results-${{ env.DOTNET_VERSION }}
path: TestResults-${{ env.DOTNET_VERSION }}
Expand All @@ -41,7 +41,7 @@ jobs:
run: dotnet pack --configuration Release

- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dotnet-package-${{ env.DOTNET_VERSION }}
path: ./**/*.nupkg

0 comments on commit bd8c0bf

Please sign in to comment.