From e6438d847a409e4f1986decfe0a0d176a732b037 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 03:25:06 +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 53a1059..27e51fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") From 5488c3213a6ff7cd3167c584293dee2f87b1cfa9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 03:26:43 +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 1a22a42..6de2baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,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 @@ -164,7 +164,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 }}