Skip to content

Commit bb4cb5f

Browse files
authored
Merge pull request #2 from techquestsdev/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 4 to 6
2 parents e74685c + 47da0a0 commit bb4cb5f

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
@@ -49,7 +49,7 @@ jobs:
4949
needs: [build]
5050
steps:
5151
- name: Download artifact
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v6
5353
with:
5454
name: release-tarball
5555
path: ./release

0 commit comments

Comments
 (0)