Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
actions/upload-artifact@v4
  • Loading branch information
shupershuff authored Jun 18, 2024
1 parent 41403b3 commit 63e79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
Invoke-Pester tests/*.ps1 -Passthru | Export-CliXml -Path Unit.Tests.xml
- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubuntu-Unit-Tests
path: Unit.Tests.xml
Expand Down

0 comments on commit 63e79d9

Please sign in to comment.