Skip to content

Commit c607453

Browse files
ci(deps): bump actions/download-artifact from 4 to 5 (#46)
1 parent b117166 commit c607453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- build
9898
steps:
9999
- name: Download digests
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
path: ${{ runner.temp }}/digests
103103
pattern: digests-${{ inputs.version }}-${{ inputs.variant }}-*

0 commit comments

Comments
 (0)