Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 7d2ef53 commit 11b6bcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build_x64_executables
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_x64
path: .
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build_x64_executables
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_x64
path: .
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: macos-11
needs: build_x64_executables
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_x64
path: .
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: windows-2019
needs: build_x64_executables
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_x64
path: .
Expand Down Expand Up @@ -222,11 +222,11 @@ jobs:
- build_arm_executables
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_x64
path: .
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_arm
path: .
Expand Down

0 comments on commit 11b6bcc

Please sign in to comment.