Skip to content

Commit 6bb393a

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5edf4fc commit 6bb393a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/manage-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
location: ${{ runner.temp }}
148148

149149
- name: Download diff
150-
uses: actions/download-artifact@v6
150+
uses: actions/download-artifact@v7
151151
with:
152152
path: ${{ needs.diff.outputs.path }}
153153
name: ${{ needs.diff.outputs.artifact }}
@@ -475,7 +475,7 @@ jobs:
475475

476476
steps:
477477
- name: Download submission check failure flag artifacts
478-
uses: actions/download-artifact@v6
478+
uses: actions/download-artifact@v7
479479
with:
480480
path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481481
pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v6
109109

110110
- name: Download configuration file artifacts
111-
uses: actions/download-artifact@v6
111+
uses: actions/download-artifact@v7
112112
with:
113113
merge-multiple: true
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)