Skip to content

Commit

Permalink
build(deps-dev): update actions/upload-artifact digest to 65c4c4a (#949)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent f59cc61 commit 3c04186
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 @@ -34,7 +34,7 @@ jobs:
- name: Build app (with SSG)
run: pnpm run ${{ github.event_name == 'pull_request' && 'build:pull-request' || 'build' }}
- name: Upload built app
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: build
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 @@ -30,7 +30,7 @@ jobs:
- name: Run tests
run: cd .ci && make unit-test
- name: Upload coverage results
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
install: false
component: true
- name: Upload coverage results
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}${{ github.job }}
path: ${{ env.COVERAGE_DIR }}
Expand Down

0 comments on commit 3c04186

Please sign in to comment.