Skip to content

Commit 6ebba53

Browse files
ci(deps): Bump actions/upload-artifact from 3.1.3 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.3.1) --- 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 d4c6e9c commit 6ebba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
run: yarn pkg-size
388388
- id: archive
389389
name: Archive production artifacts
390-
uses: actions/upload-artifact@v3.1.3
390+
uses: actions/upload-artifact@v4.3.1
391391
with:
392392
name: ${{ env.TARFILE }}
393393
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)