Skip to content

Commit 83b1d4c

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 718c924 commit 83b1d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ jobs:
9898
tar xf targets.tar
9999
rm targets.tar
100100
101-
- name: Download target directories (2.13.16)
101+
- name: Download target directories (2.13.18)
102102
uses: actions/download-artifact@v6
103103
with:
104-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
104+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
105105

106-
- name: Inflate target directories (2.13.16)
106+
- name: Inflate target directories (2.13.18)
107107
run: |
108108
tar xf targets.tar
109109
rm targets.tar

0 commit comments

Comments
 (0)