Skip to content

Commit

Permalink
build(deps-dev): update actions/upload-artifact digest to b4b15b8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 4, 2024
1 parent fa73103 commit c2f8e38
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down

0 comments on commit c2f8e38

Please sign in to comment.