Skip to content

Commit dec1ea3

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f4b543e commit dec1ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload target directories
9898
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
102102
path: targets.tar
@@ -133,7 +133,7 @@ jobs:
133133
run: sbt +update
134134

135135
- name: Download target directories (2.12)
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v6
137137
with:
138138
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
139139

@@ -143,7 +143,7 @@ jobs:
143143
rm targets.tar
144144
145145
- name: Download target directories (2.13)
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v6
147147
with:
148148
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
149149

@@ -153,7 +153,7 @@ jobs:
153153
rm targets.tar
154154
155155
- name: Download target directories (3)
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v6
157157
with:
158158
name: target-${{ matrix.os }}-${{ matrix.java }}-3
159159

0 commit comments

Comments
 (0)