Skip to content

Commit bc07974

Browse files
authored
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 in the actions-deps group (#8384)
2 parents 1c41085 + dfd9a65 commit bc07974

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)