From dbc6066b50cfc14144744c5256b37b1873d8adb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 17:18:17 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b213c52..a37ae65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.15) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.15) run: | tar xf targets.tar rm targets.tar