We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb7071 commit 23f02cbCopy full SHA for 23f02cb
.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Upload target directories
119
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
120
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
121
with:
122
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
123
path: targets.tar
@@ -180,7 +180,7 @@ jobs:
180
run: sbt +update
181
182
- name: Download target directories (2.12)
183
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
184
185
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
186
0 commit comments