Skip to content

Commit 293bd63

Browse files
authored
Merge pull request #644 from ColdBox/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 1298604 + 6a34bca commit 293bd63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
202+
uses: actions/download-artifact@v8
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@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
path: artifacts
141141

0 commit comments

Comments
 (0)