Skip to content

Commit

Permalink
dotnet_provisioner_unit_tests workflow will use newer actions (#840)
Browse files Browse the repository at this point in the history
* Update dotnet_provisioner_unit_tests to use upload-artifactv4 and checkoutv4
  • Loading branch information
iadgovuser29 authored Sep 18, 2024
1 parent f2575de commit 6e9e68c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet_provisioner_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global core.eol lf
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
more $logName
- name: Upload Logs Ubuntu
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: contains(matrix.os, 'ubuntu') && always()
with:
name: "${{matrix.os}}-unit-tests-${{steps.ubuntu_result.outputs.result}}.log"
path: HIRS_Provisioner.NET/*.log

- name: Upload Logs Windows
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: contains(matrix.os, 'windows') && always()
with:
name: "${{matrix.os}}-unit-tests-${{steps.window_result.outputs.result}}.log"
Expand Down

0 comments on commit 6e9e68c

Please sign in to comment.