File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 cache : ' maven'
206206 cache-dependency-path : ' **/pom.xml'
207207 - name : Download release build
208- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
208+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
209209 with :
210210 name : archive-snapshot
211211 - name : Set up Docker
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 cache : ' maven'
136136 cache-dependency-path : ' **/pom.xml'
137137 - name : Download release build
138- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
138+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
139139 with :
140140 name : archive-release
141141 - name : Set up Docker
@@ -169,7 +169,7 @@ jobs:
169169 VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
170170 echo "VERSION=$VERSION" >> $GITHUB_ENV
171171 - name : Download release build
172- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
172+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
173173 with :
174174 name : archive-release
175175 - name : Create Release
@@ -244,7 +244,7 @@ jobs:
244244 - name : Checkout code
245245 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
246246 - name : Download Site
247- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
247+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
248248 with :
249249 name : archive-site
250250 path : target/staging
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 cache : ' maven'
134134 cache-dependency-path : ' **/pom.xml'
135135 - name : Download release build
136- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
136+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
137137 with :
138138 name : archive-snapshot
139139 - name : Set up Docker
You can’t perform that action at this time.
0 commit comments