Skip to content

Commit 4524ca3

Browse files
chore(deps): update actions/download-artifact action to v7
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v7 |
1 parent 4ed293e commit 4524ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v4
7070
- name: Download build artifact
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: ${{ needs.build.outputs.OUTPUT_FILE }}
7474

0 commit comments

Comments
 (0)