Skip to content

Commit e21c625

Browse files
authored
Merge pull request #24 from ColdBox/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 470dfb9 + 62b7fd8 commit e21c625

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@v5
151+
uses: actions/download-artifact@v6
152152
with:
153153
name: ${{ env.MODULE_ID }}
154154
path: .tmp

0 commit comments

Comments
 (0)