From c2f0abed28c9590b2e4d58c0234c98f066f7f5ee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 03:29:59 +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 b5d9fa2..58df916 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") From dbbc8d36a20aef59c422168c9b00998ada773fe7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 03:31:28 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52926bf..256240f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: run: tar cf targets.tar 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 @@ -142,7 +142,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 }}