We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9694904 + c82d8b1 commit 10b1b26Copy full SHA for 10b1b26
1 file changed
.github/workflows/scala.yml
@@ -42,7 +42,7 @@ jobs:
42
run: sbt -v +test
43
- name: Archive artifacts
44
if: matrix.os == 'ubuntu-latest' && matrix.java == 11
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
46
with:
47
path: |
48
build.sbt
0 commit comments