Skip to content

Commit 1cc12fe

Browse files
ci(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 679e149 commit 1cc12fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
- name: Pack
363363
run: yarn build:tarball
364364
- name: Archive artifacts
365-
uses: actions/upload-artifact@v3.1.3
365+
uses: actions/upload-artifact@v4.0.0
366366
with:
367367
name: ${{ github.sha }}
368368
path: |
@@ -1008,7 +1008,7 @@ jobs:
10081008
GITHUB_TOKEN: ${{ github.token }}
10091009

10101010
- name: Upload results
1011-
uses: actions/upload-artifact@v3.1.3
1011+
uses: actions/upload-artifact@v4.0.0
10121012
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
10131013
with:
10141014
name: ${{ steps.process.outputs.artifactName }}

0 commit comments

Comments
 (0)