Skip to content

Commit ba687c2

Browse files
Bump actions/download-artifact from 7.0.0 to 8.0.0 (#1074)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84bd82a commit ba687c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
submodules: true
8989
- name: Collect image artifact
9090
if: needs.id_repo.outputs.in_base_repo == 'false'
91-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
91+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9292
with: {name: 'doxygen-artifact'}
9393
- name: Load image artifact into docker
9494
if: needs.id_repo.outputs.in_base_repo == 'false'
@@ -149,7 +149,7 @@ jobs:
149149
submodules: true
150150
- name: Collect image artifact
151151
if: needs.id_repo.outputs.in_base_repo == 'false'
152-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
152+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
153153
with: {name: 'doxygen-artifact'}
154154
- name: Load image artifact into docker
155155
if: needs.id_repo.outputs.in_base_repo == 'false'

.github/workflows/tests-ubuntu.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
submodules: true
142142
- name: Collect image artifact
143143
if: needs.id_repo.outputs.in_base_repo == 'false'
144-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
144+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
145145
with:
146146
name: |
147147
${{matrix.image}}_${{matrix.backend.name}}-artifact
@@ -256,7 +256,7 @@ jobs:
256256
submodules: true
257257
- name: Collect image artifact
258258
if: needs.id_repo.outputs.in_base_repo == 'false'
259-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
259+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
260260
with:
261261
name: |
262262
${{matrix.image}}_${{matrix.backend.name}}-artifact
@@ -436,7 +436,7 @@ jobs:
436436
submodules: true
437437
- name: Collect image artifact
438438
if: needs.id_repo.outputs.in_base_repo == 'false'
439-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
439+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
440440
with:
441441
name: |
442442
${{matrix.image}}_${{matrix.backend.name}}-artifact
@@ -536,7 +536,7 @@ jobs:
536536
submodules: true
537537
- name: Collect image artifact
538538
if: needs.id_repo.outputs.in_base_repo == 'false'
539-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
539+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
540540
with:
541541
name: |
542542
${{matrix.image}}_${{matrix.backend.name}}-artifact

0 commit comments

Comments
 (0)