Skip to content

Commit 36debbe

Browse files
build(deps): bump actions/download-artifact from 4.1.9 to 5.0.0 (#473)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille Latapie <[email protected]>
1 parent 3125850 commit 36debbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autodoc_cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: [generate-code]
7575
steps:
7676
- name: Download autogenerated documentation
77-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
77+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7878
with:
7979
name: package
8080

@@ -94,7 +94,7 @@ jobs:
9494
needs: [auto-doc-code-style]
9595
steps:
9696
- name: Download autogenerated documentation
97-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
97+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9898
with:
9999
name: package
100100

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
steps:
279279

280280
- name: "Download the library artifacts from build-library step"
281-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
281+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
282282
with:
283283
name: ${{ env.PACKAGE_NAME }}-artifacts
284284
path: ${{ env.PACKAGE_NAME }}-artifacts

0 commit comments

Comments
 (0)