diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 50536f4e..a040634d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -129,12 +129,12 @@ jobs:
           tar xf targets.tar
           rm targets.tar
 
-      - name: Download target directories (2.13.13)
+      - name: Download target directories (2.13.14)
         uses: actions/download-artifact@v2
         with:
-          name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
+          name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
 
-      - name: Inflate target directories (2.13.13)
+      - name: Inflate target directories (2.13.14)
         run: |
           tar xf targets.tar
           rm targets.tar