Skip to content

Commit 6e484c2

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad241f3 commit 6e484c2

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
@@ -144,7 +144,7 @@ jobs:
144144
location: ${{ runner.temp }}
145145

146146
- name: Download diff
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4.1.7
148148
with:
149149
path: ${{ needs.diff.outputs.path }}
150150
name: ${{ needs.diff.outputs.artifact }}
@@ -396,7 +396,7 @@ jobs:
396396
steps:
397397
- name: Check for existence of submission check failure flag artifact
398398
id: failure-flag-exists
399-
uses: actions/download-artifact@v3
399+
uses: actions/download-artifact@v4.1.7
400400
continue-on-error: true
401401
with:
402402
name: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT }}

.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@v4
109109

110110
- name: Download configuration files artifact
111-
uses: actions/download-artifact@v3
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114114
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)