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 52e6813 commit 1e5c7c5Copy full SHA for 1e5c7c5
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest]
30
- scala: [2.13.5, 3.0.0-RC3]
+ scala: [2.13.5, 3.0.0]
31
java: [openjdk@1.11.0]
32
runs-on: ${{ matrix.os }}
33
steps:
@@ -111,12 +111,12 @@ jobs:
111
tar xf targets.tar
112
rm targets.tar
113
114
- - name: Download target directories (3.0.0-RC3)
+ - name: Download target directories (3.0.0)
115
uses: actions/download-artifact@v2
116
with:
117
- name: target-${{ matrix.os }}-3.0.0-RC3-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }}
118
119
- - name: Inflate target directories (3.0.0-RC3)
+ - name: Inflate target directories (3.0.0)
120
run: |
121
122
0 commit comments