Skip to content

Commit cab77d7

Browse files
authored
Merge pull request #625 from ColdBox/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents f52815e + 0f2cae4 commit cab77d7

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
@@ -199,7 +199,7 @@ jobs:
199199
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
200200

201201
- name: Download build artifacts
202-
uses: actions/download-artifact@v5
202+
uses: actions/download-artifact@v6
203203
with:
204204
path: .tmp
205205

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: always()
136136
steps:
137137
- name: Download Test Results Artifacts
138-
uses: actions/download-artifact@v5
138+
uses: actions/download-artifact@v6
139139
with:
140140
path: artifacts
141141

0 commit comments

Comments
 (0)