We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0907822 commit addbb33Copy full SHA for addbb33
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
101
102
- name: Download target directories (2.13.10)
103
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2
104
with:
105
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
106
0 commit comments