Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.3 (#27570)
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 Feb 26, 2024
1 parent 38d85ce commit ea0f044
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
pattern: coverage-*
path: coverage
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
run: corepack enable

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

Expand Down

0 comments on commit ea0f044

Please sign in to comment.