File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Test
107
107
if : matrix.target-platform == 'JS' && matrix.scala-version == '3'
108
108
run : sbt $SBT_JAVA_OPTS catsJS3/test circeJsonJS3/test clientCoreJS3/test clientTestsJS3/test coreJS3/test jsoniterScalaJS3/test openapiDocsJS3/test redocJS3/test serverCoreJS3/test sttpClientJS3/test testingJS3/test testsJS3/test uPickleJsonJS3/test zioJsonJS3/test
109
- - uses : actions/upload-artifact@v3 # upload test results
109
+ - uses : actions/upload-artifact@v4 # upload test results
110
110
if : success() || failure() # run this step even if previous step failed
111
111
with :
112
112
name : ' tests-results-${{ matrix.scala-version }}-${{ matrix.target-platform }}-${{ matrix.java }}'
@@ -220,7 +220,7 @@ jobs:
220
220
name : Auto merge
221
221
# only for PRs by softwaremill-ci and dependabot
222
222
if : github.event.pull_request.user.login == 'softwaremill-ci' ||
223
- github.event.pull_request.user.login == 'dependabot'
223
+ github.event.pull_request.user.login == 'dependabot[bot] '
224
224
needs : [ ci, mima, label ]
225
225
runs-on : ubuntu-24.04
226
226
steps :
You can’t perform that action at this time.
0 commit comments