Skip to content

Commit 4e2d7f5

Browse files
Merge pull request #4 from Couchbase-Ecosystem/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 4 to 6
2 parents a486658 + 8cba1c9 commit 4e2d7f5

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@v4
113+
uses: actions/download-artifact@v6
114114
with:
115115
name: 'packages'
116116
path: '${{ github.workspace }}/${{ env.PACKAGE_PATH }}'

0 commit comments

Comments
 (0)