Skip to content

Commit aec0bb2

Browse files
actions/download-artifact: v6 → v8
1 parent 9a27031 commit aec0bb2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: sbt/setup-sbt@v1
159159

160160
- name: Download target directories (2.12.20)
161-
uses: actions/download-artifact@v6
161+
uses: actions/download-artifact@v8
162162
with:
163163
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
164164

src/main/scala/sbtghactions/WorkflowStep.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Action {
3535
val setupSbt = UseRef.Public("sbt", "setup-sbt", "v1")
3636
val tmate = UseRef.Public("mxschmitt", "action-tmate", "v2")
3737
val upload = UseRef.Public("actions", "upload-artifact", "v7")
38-
val download = UseRef.Public("actions", "download-artifact", "v6")
38+
val download = UseRef.Public("actions", "download-artifact", "v8")
3939
val configurePagefile = UseRef.Public("al-cheb", "configure-pagefile-action", "v1.5")
4040
}
4141

src/sbt-test/sbtghactions/check-and-regenerate/expected-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: sbt/setup-sbt@v1
120120

121121
- name: Download target directories (2.13.10)
122-
uses: actions/download-artifact@v6
122+
uses: actions/download-artifact@v8
123123
with:
124124
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
125125

@@ -129,7 +129,7 @@ jobs:
129129
rm targets.tar
130130
131131
- name: Download target directories (2.12.17)
132-
uses: actions/download-artifact@v6
132+
uses: actions/download-artifact@v8
133133
with:
134134
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
135135

src/sbt-test/sbtghactions/suppressed-scala-version/expected-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: sbt/setup-sbt@v1
8787

8888
- name: Download target directories (2.13.10)
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
9292

0 commit comments

Comments
 (0)