Skip to content

Commit

Permalink
build(deps-dev): update actions/upload-artifact digest to 834a144
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent bbd2bb0 commit 31977cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pnpm run ${{ inputs.build-run-script }}
- name: Upload built app
if: ${{ inputs.artifact-name != '' }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: ${{ inputs.artifact-name }}
path: 'dist/@davidlj95/website/browser'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests
run: cd .ci && make unit-test
- name: Upload coverage results
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
install: false
component: true
- name: Upload coverage results
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down

0 comments on commit 31977cf

Please sign in to comment.