Skip to content

Commit

Permalink
build(deps-dev): update actions/download-artifact digest to fa0a91b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent 4fc59cf commit af977e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download built app
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: ${{ inputs.build-artifact-name }}
# This whole step was created to mitigate an error: Cloudflare Pages deploying failed as PR branch was removed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Download built app
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: ${{ inputs.build-artifact-name }}
- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Download built app
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: ${{ inputs.build-artifact-name }}
path: ${{ env.BROWSER_DIST_DIR }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Download built app
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: ${{ inputs.build-artifact-name }}
path: ${{ env.BROWSER_DIST_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Download code coverage reports
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
pattern: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}*
path: ${{ env.COVERAGE_DIR }}
Expand Down

0 comments on commit af977e3

Please sign in to comment.