Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent d9759c6 commit 781ce58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: dotnet test --no-restore -v normal -c Release -r test-results -l trx

- name: Upload Test Results
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: always()
with:
name: test-results
name: test-results-${{ matrix.os }}
path: src/test-results/*
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet test --no-restore -v normal -c Release -r test-results -l trx

- name: Upload Test Results
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: always()
with:
name: test-results
Expand Down

0 comments on commit 781ce58

Please sign in to comment.