From 0bbed3ae1b3b84d56e620e50077a142beddde515 Mon Sep 17 00:00:00 2001
From: "davenverse-steward[bot]"
 <130607801+davenverse-steward[bot]@users.noreply.github.com>
Date: Fri, 17 May 2024 11:21:50 +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 5e423cb..5c70a30 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,12 +139,12 @@ jobs:
             ~/Library/Caches/Coursier/v1
           key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
 
-      - name: Download target directories (2.12.15, rootJVM)
+      - name: Download target directories (2.12.19, rootJVM)
         uses: actions/download-artifact@v2
         with:
-          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
+          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
 
-      - name: Inflate target directories (2.12.15, rootJVM)
+      - name: Inflate target directories (2.12.19, rootJVM)
         run: |
           tar xf targets.tar
           rm targets.tar