Skip to content

Commit addbb33

Browse files
Bump actions/download-artifact from v2 to v2
1 parent 0907822 commit addbb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
101101

102102
- name: Download target directories (2.13.10)
103-
uses: actions/download-artifact@v2
103+
uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2
104104
with:
105105
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
106106

0 commit comments

Comments
 (0)