Skip to content

Commit 7035de8

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent cb07e3e commit 7035de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ jobs:
9999
tar xf targets.tar
100100
rm targets.tar
101101
102-
- name: Download target directories (3.3.3)
102+
- name: Download target directories (3.4.1)
103103
uses: actions/download-artifact@v4
104104
with:
105-
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
105+
name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}
106106

107-
- name: Inflate target directories (3.3.3)
107+
- name: Inflate target directories (3.4.1)
108108
run: |
109109
tar xf targets.tar
110110
rm targets.tar

0 commit comments

Comments
 (0)