Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.4 (#27673)
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] committed Mar 1, 2024
1 parent 62d678d commit 3bd92fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -380,7 +380,7 @@ jobs:
if: (success() || failure()) && github.event.pull_request.draft != true
steps:
- name: Download coverage reports
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
pattern: coverage-*
path: coverage
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
os: ${{ runner.os }}

- name: Download coverage reports
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
pattern: coverage-*
path: coverage
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
run: corepack enable

- name: Download package
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: renovate-package

Expand Down

0 comments on commit 3bd92fa

Please sign in to comment.