Skip to content

Commit

Permalink
Merge pull request #117 from PinguApps/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-digest

Update actions/upload-artifact digest to 834a144
  • Loading branch information
pingu2k4 authored Aug 6, 2024
2 parents 0deb6d7 + d9bdd8a commit 8d9b35c
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: test-results
path: ${{ github.workspace }}/**/TestResults/**/*
Expand Down

0 comments on commit 8d9b35c

Please sign in to comment.