Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#4263)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and sergiuszkierat authored Jan 14, 2025
1 parent 118b855 commit b0bed91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Test
if: matrix.target-platform == 'JS' && matrix.scala-version == '3'
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
- uses: actions/upload-artifact@v3 # upload test results
- uses: actions/upload-artifact@v4 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: 'tests-results-${{ matrix.scala-version }}-${{ matrix.target-platform }}-${{ matrix.java }}'
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
name: Auto merge
# only for PRs by softwaremill-ci and dependabot
if: github.event.pull_request.user.login == 'softwaremill-ci' ||
github.event.pull_request.user.login == 'dependabot'
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [ ci, mima, label ]
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit b0bed91

Please sign in to comment.