Skip to content

Commit 05645b4

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent d9c9b11 commit 05645b4

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
@@ -130,12 +130,12 @@ jobs:
130130
tar xf targets.tar
131131
rm targets.tar
132132
133-
- name: Download target directories (3.3.3)
133+
- name: Download target directories (3.4.1)
134134
uses: actions/download-artifact@v4
135135
with:
136-
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
136+
name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}
137137

138-
- name: Inflate target directories (3.3.3)
138+
- name: Inflate target directories (3.4.1)
139139
run: |
140140
tar xf targets.tar
141141
rm targets.tar

0 commit comments

Comments
 (0)