Skip to content

Commit ba4b6c6

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 c6981b4 commit ba4b6c6

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
@@ -405,7 +405,7 @@ jobs:
405405
run: yarn pkg-size
406406
- id: archive
407407
name: Archive production artifacts
408-
uses: actions/upload-artifact@v3.1.3
408+
uses: actions/upload-artifact@v4.3.3
409409
with:
410410
name: ${{ env.TARFILE }}
411411
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)