Skip to content

Commit

Permalink
meta: update actions/download-artifact action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 26, 2024
1 parent d006415 commit 49049a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-20
- name: Extract artifact
Expand All @@ -71,7 +71,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-20
- name: Extract artifact
Expand All @@ -148,7 +148,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-20
- name: Extract artifact
Expand All @@ -173,7 +173,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
Expand All @@ -200,7 +200,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
Expand All @@ -256,7 +256,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: install-build-artifact-node-20
- name: Extract artifact
Expand Down

0 comments on commit 49049a6

Please sign in to comment.