Skip to content

Commit

Permalink
Merge pull request #32 from PinguApps/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-digest

Update actions/upload-artifact digest to 0b2256b
  • Loading branch information
pingu2k4 authored Jul 5, 2024
2 parents 55074d7 + e57649d commit d5e6558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
toolpath: "reportgeneratortool"

- name: Upload Combined Coverage XML
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: coverage
path: ${{ github.workspace }}/Cobertura.xml
Expand All @@ -81,7 +81,7 @@ jobs:
path: code-coverage-results.md

- name: Upload Test Result Files
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: test-results
path: ${{ github.workspace }}/**/TestResults/**/*
Expand Down

0 comments on commit d5e6558

Please sign in to comment.