Skip to content

Commit 443d3b4

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#288)
1 parent 267c26e commit 443d3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
matrix: ${{fromJson(needs.build.outputs.matrix)}}
7979
steps:
8080
- name: Download artifact
81-
uses: actions/download-artifact@v2
81+
uses: actions/download-artifact@v4.1.7
8282
with:
8383
name: packages
8484
- name: Upload ${{ matrix.file }}

0 commit comments

Comments
 (0)