Skip to content

Commit 0dff58c

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 61a04d2 commit 0dff58c

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
@@ -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.17)
109-
uses: actions/download-artifact@v5
109+
uses: actions/download-artifact@v6
110110
with:
111111
name: target-${{ matrix.os }}-2.13.17-${{ 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

0 commit comments

Comments
 (0)