Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#554)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: migrate to *-artifact@v4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joram van den Boezem <joram@vandenboezem.nl>
  • Loading branch information
dependabot[bot] and hongaar authored Dec 20, 2023
1 parent c9b8597 commit dd9e3b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.node-version }}
path: dist

coverage:
Expand All @@ -38,7 +38,7 @@ jobs:
- run: yarn install
- uses: actions/download-artifact@v4
with:
name: dist
name: dist-${{ matrix.node-version }}
path: dist
- uses: paambaati/codeclimate-action@v5.0.0
env:
Expand Down

0 comments on commit dd9e3b8

Please sign in to comment.