Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent cd47984 commit 7895a17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
with:
version: 6.32.2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
with:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
with:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down Expand Up @@ -679,12 +679,12 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: next-swc-binaries
path: packages/next-swc/native

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: wasm-binaries
path: packages/next-swc/crates/wasm
Expand All @@ -709,7 +709,7 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: next-swc-dev-binary
path: packages/next-swc/native
Expand Down Expand Up @@ -845,7 +845,7 @@ jobs:
path: ./*
key: ${{ github.sha }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: wasm-dev-binary
Expand All @@ -854,7 +854,7 @@ jobs:
- run: ls packages/next-swc/crates/wasm
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
name: next-swc-dev-binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: echo ::set-output name=DOCS_CHANGE::$(node skip-docs-change.js echo 'not-docs-only-change')
id: docs-change

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
with:
name: next-swc-dev-binary
Expand Down

0 comments on commit 7895a17

Please sign in to comment.