From 4658f6b27f5e2b63d14bdf742eb9134995471582 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 22:13:44 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.28.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 992d781..72ad71e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 1a1f0efe1394a6254f487b1fc12a6e668cc80c84 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 22:14:11 +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 3794f8d..bb8c343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Download target directories (2.11.12) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }} @@ -101,7 +101,7 @@ jobs: rm targets.tar - name: Download target directories (2.12.20) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} @@ -111,7 +111,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.16) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} @@ -121,7 +121,7 @@ jobs: rm targets.tar - name: Download target directories (3.3.6) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}