Skip to content

Commit 1a1f0ef

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 4658f6b commit 1a1f0ef

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
@@ -91,7 +91,7 @@ jobs:
9191
uses: sbt/setup-sbt@v1
9292

9393
- name: Download target directories (2.11.12)
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
9797

@@ -101,7 +101,7 @@ jobs:
101101
rm targets.tar
102102
103103
- name: Download target directories (2.12.20)
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
107107

@@ -111,7 +111,7 @@ jobs:
111111
rm targets.tar
112112
113113
- name: Download target directories (2.13.16)
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
117117

@@ -121,7 +121,7 @@ jobs:
121121
rm targets.tar
122122
123123
- name: Download target directories (3.3.6)
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
127127

0 commit comments

Comments
 (0)