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 adedf28 commit f3869dfCopy full SHA for f3869df
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: tar cf targets.tar target project/target
96
97
- name: Upload target directories
98
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
99
with:
100
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
101
path: targets.tar
0 commit comments