Skip to content

Commit 749b06c

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0b54bfe commit 749b06c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload target directories
9090
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9494
path: targets.tar
@@ -122,7 +122,7 @@ jobs:
122122
run: sbt +update
123123

124124
- name: Download target directories (2.13, rootJS)
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
128128

@@ -132,7 +132,7 @@ jobs:
132132
rm targets.tar
133133
134134
- name: Download target directories (2.13, rootJVM)
135-
uses: actions/download-artifact@v3
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
138138

@@ -142,7 +142,7 @@ jobs:
142142
rm targets.tar
143143
144144
- name: Download target directories (2.13, rootNative)
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
148148

@@ -152,7 +152,7 @@ jobs:
152152
rm targets.tar
153153
154154
- name: Download target directories (3, rootJS)
155-
uses: actions/download-artifact@v3
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
158158

@@ -162,7 +162,7 @@ jobs:
162162
rm targets.tar
163163
164164
- name: Download target directories (3, rootJVM)
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
168168

@@ -172,7 +172,7 @@ jobs:
172172
rm targets.tar
173173
174174
- name: Download target directories (3, rootNative)
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4
176176
with:
177177
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
178178

0 commit comments

Comments
 (0)