Skip to content

Commit

Permalink
chore: update CI to upload-artifact@v4 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Sep 23, 2024
1 parent 8859d95 commit 403364e
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 @@ -41,7 +41,7 @@ jobs:
dotnet test -p:PackageVersion=${{ env.APP_BUILD_VERSION }} test/JUnit.Xml.TestLogger.AcceptanceTests/JUnit.Xml.TestLogger.AcceptanceTests.csproj
- name: Upload Verification Files on Fail
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Acceptance Test Failure
retention-days: 5
Expand Down

0 comments on commit 403364e

Please sign in to comment.