Skip to content

Commit 65a3644

Browse files
authored
Merge pull request #367 from tauri-apps/dependabot/github_actions/actions/download-artifact-8.0.0
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
2 parents c917dc0 + 1ee8aa7 commit 65a3644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Download Artifacts
171-
uses: actions/download-artifact@v7.0.0
171+
uses: actions/download-artifact@v8.0.0
172172
with:
173173
pattern: update-*
174174
merge-multiple: true
@@ -216,7 +216,7 @@ jobs:
216216
ref: ${{ inputs.branch }}
217217

218218
- name: Download Artifacts
219-
uses: actions/download-artifact@v7.0.0
219+
uses: actions/download-artifact@v8.0.0
220220
with:
221221
name: merge-changes
222222

0 commit comments

Comments
 (0)