Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 6f51ac0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 408926e commit d7dd40f
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 @@ -55,7 +55,7 @@ jobs:
assemblyfilters: "-PinguApps.Appwrite.Shared.Tests"

- name: Upload Combined Coverage XML
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: coverage
path: ${{ github.workspace }}/Cobertura.xml
Expand All @@ -82,7 +82,7 @@ jobs:
path: code-coverage-results.md

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

0 comments on commit d7dd40f

Please sign in to comment.