diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 13854873..5ce3377d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -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' diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 517e4bcf..4bc7c221 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -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 }} @@ -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 }}