Skip to content

Commit ee02ebe

Browse files
authored
Merge pull request #365 from dcastil/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2 parents 602ce02 + 1a3b4ee commit ee02ebe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-publish-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
yarn-node-18-lock-
2727
- run: yarn install --frozen-lockfile
2828
- run: yarn build
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: build-output
3232
path: dist

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: yarn lint
2727
- run: yarn test --ci --coverage --maxWorkers=2
2828
- run: yarn build
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: build-output
3232
path: dist

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: yarn lint
2727
- run: yarn test --ci --coverage --maxWorkers=2
2828
- run: yarn build
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: build-output
3232
path: dist

0 commit comments

Comments
 (0)