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 6bd3de4 commit ebb38e0Copy full SHA for ebb38e0
1 file changed
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Upload target directories
80
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
81
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
82
with:
83
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
84
path: targets.tar
@@ -115,7 +115,7 @@ jobs:
115
run: sbt +update
116
117
- name: Download target directories (per-project-matrix)
118
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
119
120
name: target-${{ matrix.os }}-${{ matrix.java }}-per-project-matrix
121
0 commit comments