Skip to content

Commit

Permalink
fixed actions/upoad-artifact v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenwezel committed Nov 4, 2024
1 parent 0d0635b commit 532d5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
report_individual_runs: true

# - name: Publish Unit Test Results
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# if: always()
# with:
# name: NUnit Test Results ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

- name: Publish Package Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Nupkg Artifacts
path: ./**/*.nupkg

0 comments on commit 532d5f2

Please sign in to comment.