Skip to content

Commit 97476e9

Browse files
Bump actions/download-artifact from 3 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1adfd1d commit 97476e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/checkout@v4
198198

199199
- name: Download artifact
200-
uses: actions/download-artifact@v3 # download all the artifacts
200+
uses: actions/download-artifact@v5 # download all the artifacts
201201

202202
- name: Prepare artifacts for the release and handle package_index
203203
run: |

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)