From d2981923729ce366c57829d427c77f6f7277a3f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 16:09:18 +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 2802a82..a0097dd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ logLevel := Level.Warn addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") From a4f9d25bca520f21b96018da039ad287bc92f59f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 16:10:47 +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 56faf5b..592a600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: tar cf targets.tar scex-macros/target scex-core/target scex-test/target scex-util/target 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 @@ -118,7 +118,7 @@ jobs: uses: sbt/setup-sbt@v1 - 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 }}