Skip to content

Commit 7b8e220

Browse files
build(deps): Bump actions/upload-artifact from 2 to 4 (#276)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7613db commit 7b8e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cp core/tsc-dyn.${{ matrix.ext }} core/tsc-dyn.${{ matrix.host }}.${{ matrix.ext }}
8888
8989
- name: Upload binary
90-
uses: actions/upload-artifact@v2
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: tsc-dyn
9393
path: core/tsc-dyn.*${{ matrix.ext }}

0 commit comments

Comments
 (0)