Skip to content

Commit b0bed91

Browse files
Bump actions/upload-artifact from 3 to 4 (#4263)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergiusz Kierat <[email protected]>
1 parent 118b855 commit b0bed91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Test
107107
if: matrix.target-platform == 'JS' && matrix.scala-version == '3'
108108
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
110110
if: success() || failure() # run this step even if previous step failed
111111
with:
112112
name: 'tests-results-${{ matrix.scala-version }}-${{ matrix.target-platform }}-${{ matrix.java }}'
@@ -220,7 +220,7 @@ jobs:
220220
name: Auto merge
221221
# only for PRs by softwaremill-ci and dependabot
222222
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]'
224224
needs: [ ci, mima, label ]
225225
runs-on: ubuntu-24.04
226226
steps:

0 commit comments

Comments
 (0)