Skip to content

Commit 1a15690

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 5a0adca commit 1a15690

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: tar cf targets.tar benchmarks/target mongo/target json/json-core/target mongo/mongo-core/target json/target util/target json/json-derivation/target target util-test/target mongo/mongo-derivation/target project/target
6363

6464
- name: Upload target directories
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6868
path: targets.tar
@@ -95,7 +95,7 @@ jobs:
9595
uses: sbt/setup-sbt@v1
9696

9797
- name: Download target directories (2.12.21)
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
101101

@@ -105,7 +105,7 @@ jobs:
105105
rm targets.tar
106106
107107
- name: Download target directories (2.13.18)
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
111111

@@ -115,7 +115,7 @@ jobs:
115115
rm targets.tar
116116
117117
- name: Download target directories (3.3.7)
118-
uses: actions/download-artifact@v6
118+
uses: actions/download-artifact@v8
119119
with:
120120
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
121121

0 commit comments

Comments
 (0)