Skip to content

Commit 70fb53a

Browse files
Update sbt-github-actions to 0.29.0 (#447)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: PJ Fanning <[email protected]>
1 parent 6c308a1 commit 70fb53a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Checkout current branch (full)
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

@@ -53,7 +53,7 @@ jobs:
5353
run: tar cf targets.tar target project/target
5454

5555
- name: Upload target directories
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
5959
path: targets.tar
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ${{ matrix.os }}
7171
steps:
7272
- name: Checkout current branch (full)
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676

@@ -86,7 +86,7 @@ jobs:
8686
uses: sbt/setup-sbt@v1
8787

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

@@ -96,7 +96,7 @@ jobs:
9696
rm targets.tar
9797
9898
- name: Download target directories (2.12.20)
99-
uses: actions/download-artifact@v5
99+
uses: actions/download-artifact@v6
100100
with:
101101
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
102102

@@ -106,7 +106,7 @@ jobs:
106106
rm targets.tar
107107
108108
- name: Download target directories (2.13.18)
109-
uses: actions/download-artifact@v5
109+
uses: actions/download-artifact@v6
110110
with:
111111
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
112112

@@ -116,7 +116,7 @@ jobs:
116116
rm targets.tar
117117
118118
- name: Download target directories (3.3.7)
119-
uses: actions/download-artifact@v5
119+
uses: actions/download-artifact@v6
120120
with:
121121
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
122122

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
22

33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
44

0 commit comments

Comments
 (0)