Skip to content

Commit 3dec410

Browse files
build(deps): bump actions/upload-artifact from 1 to 2.2.3 (Kotlin#4)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v2.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b80251 commit 3dec410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jmh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
java -jar target/benchmarks.jar
6868
mkdir staging && cp target/benchmarks.jar staging
6969
70-
- uses: actions/upload-artifact@v1
70+
- uses: actions/upload-artifact@v2.2.3
7171
if: env.GITHUB_DEPLOY != 'true'
7272
with:
7373
name: Package

0 commit comments

Comments
 (0)