Skip to content

Commit af50e01

Browse files
authored
Merge pull request #33 from ColdBox/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b7c3ad8 + 5954613 commit af50e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
149149

150150
- name: Download build artifacts
151-
uses: actions/download-artifact@v7
151+
uses: actions/download-artifact@v8
152152
with:
153153
name: ${{ env.MODULE_ID }}
154154
path: .tmp

0 commit comments

Comments
 (0)