Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4 (#2018)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 5884c40 commit 25c9beb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
node-version: 18.16
registry-url: https://registry.npmjs.org/
always-auth: false
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rdp-dist
path: dist
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
node-version: 18.16
cache: pnpm
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rdp-dist
path: dist
Expand All @@ -73,7 +73,7 @@ jobs:
with:
node-version: 18.16
cache: pnpm
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rdp-dist
path: dist
Expand All @@ -92,7 +92,7 @@ jobs:
with:
node-version: 18.16
cache: pnpm
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rdp-dist
path: dist
Expand All @@ -116,11 +116,11 @@ jobs:
with:
node-version: 18.16
registry-url: https://registry.npmjs.org/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: website-build
path: website/build
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rdp-dist
path: dist
Expand Down

0 comments on commit 25c9beb

Please sign in to comment.