Skip to content

Commit 7f08219

Browse files
Merge pull request #24 from Couchbase-Ecosystem/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents a62c9a5 + c0d76d4 commit 7f08219

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
@@ -110,7 +110,7 @@ jobs:
110110
global-json-file: '${{ github.workspace }}/${{ env.GLOBAL_JSON_FILE }}'
111111

112112
- name: 'Download Artifacts'
113-
uses: actions/download-artifact@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
name: 'packages'
116116
path: '${{ github.workspace }}/${{ env.PACKAGE_PATH }}'

0 commit comments

Comments
 (0)