Skip to content

Commit 9fb8fad

Browse files
authored
Merge pull request #2384 from performancecopilot/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 63ea6f0 + 309d721 commit 9fb8fad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
path: qa-reports
128128

129129
- name: Download artifacts
130-
uses: actions/download-artifact@v5
130+
uses: actions/download-artifact@v6
131131
with:
132132
path: artifacts
133133

@@ -228,7 +228,7 @@ jobs:
228228
ssh-key: ${{ secrets.QA_REPORT_DEPLOY_KEY }}
229229

230230
- name: Download artifacts
231-
uses: actions/download-artifact@v5
231+
uses: actions/download-artifact@v6
232232
with:
233233
path: artifacts
234234

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v5
100100

101101
- name: Download all artifacts
102-
uses: actions/download-artifact@v5
102+
uses: actions/download-artifact@v6
103103
with:
104104
path: artifacts
105105

0 commit comments

Comments
 (0)