Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdf9778

Browse files
authoredMar 28, 2024
ci(deps): Bump actions/upload-artifact from 3.1.2 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...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] <support@github.com>
1 parent a7a65c5 commit fdf9778

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
@@ -393,7 +393,7 @@ jobs:
393393
run: yarn pkg-size
394394
- id: archive
395395
name: Archive production artifacts
396-
uses: actions/upload-artifact@v3.1.2
396+
uses: actions/upload-artifact@v4.3.1
397397
with:
398398
name: |
399399
${{ format('@{0}-{1}-{2}', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}

0 commit comments

Comments
 (0)
Please sign in to comment.