From 59367f167de3dd39adf9a4d3269ab91533d65d11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 01:22:57 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.30.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07e81e79..8fac4b43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.3") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") From 45b936392999eeb2fef0942a79bbbdc947ff56e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 01:23:30 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d6dd599..4943da05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: tar cf targets.tar oauth2-jsoniter/jvm/target oauth2/js/target oauth2-cache/js/target oauth2-cache-zio/target oauth2-jsoniter/js/target target oauth2-cache-scalacache/target mdoc/target oauth2-circe/jvm/target oauth2-cache-cats/target oauth2-zio-json/js/target oauth2-cache-future/jvm/target oauth2-circe/js/target oauth2-cache/jvm/target oauth2-cache-future/js/target oauth2-zio-json/jvm/target oauth2/jvm/target project/target - name: Upload target directories - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }} path: targets.tar @@ -88,7 +88,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Download target directories (2.12.21) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }} @@ -98,7 +98,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.18) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }} @@ -108,7 +108,7 @@ jobs: rm targets.tar - name: Download target directories (3.3.7) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}