Skip to content

Commit

Permalink
Merge pull request #365 from dcastil/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
dcastil authored Jan 1, 2024
2 parents 602ce02 + 1a3b4ee commit ee02ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yarn-node-18-lock-
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: yarn lint
- run: yarn test --ci --coverage --maxWorkers=2
- run: yarn build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: yarn lint
- run: yarn test --ci --coverage --maxWorkers=2
- run: yarn build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist
Expand Down

0 comments on commit ee02ebe

Please sign in to comment.