Skip to content

Commit f0beeb4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.3
391391
with:
392392
name: ${{ env.TARFILE }}
393393
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)