Skip to content

Commit

Permalink
Merge pull request #1327 from Belphemur/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
kodiakhq[bot] authored Dec 14, 2023
2 parents dc80828 + 02458ed commit 4b91ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: dotnet test -c Release --no-restore --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
- name: Upload test results
if: steps.filter.outputs.SoundSwitch == 'true' || steps.filter.outputs.ci == 'true' || github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dotnet-results-${{ matrix.dotnet-version }}
path: TestResults-${{ matrix.dotnet-version }}
Expand Down

0 comments on commit 4b91ab2

Please sign in to comment.