Skip to content

Commit 0d424b0

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 8629ff7 commit 0d424b0

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
@@ -120,12 +120,12 @@ jobs:
120120
tar xf targets.tar
121121
rm targets.tar
122122
123-
- name: Download target directories (3.3.4)
123+
- name: Download target directories (3.3.5)
124124
uses: actions/download-artifact@v4
125125
with:
126-
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
126+
name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}
127127

128-
- name: Inflate target directories (3.3.4)
128+
- name: Inflate target directories (3.3.5)
129129
run: |
130130
tar xf targets.tar
131131
rm targets.tar

0 commit comments

Comments
 (0)