Skip to content

Commit

Permalink
build(deps-dev): update actions/upload-artifact digest to 0b2256b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent 96c47f4 commit 6fe34ce
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@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 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@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 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@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down

0 comments on commit 6fe34ce

Please sign in to comment.