Skip to content

Commit edbcaeb

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#321)
1 parent 7193b7f commit edbcaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ jobs:
135135
prerelease: false
136136

137137
- name: Download Linux Artifact
138-
uses: actions/download-artifact@v1
138+
uses: actions/download-artifact@v4.1.7
139139
with:
140140
name: ${{ env.linux_artifact }}
141141

142142
- name: Download macOS Artifact
143-
uses: actions/download-artifact@v1
143+
uses: actions/download-artifact@v4.1.7
144144
with:
145145
name: ${{ env.macos_artifact }}
146146

147147
- name: Download Windows Artifact
148-
uses: actions/download-artifact@v1
148+
uses: actions/download-artifact@v4.1.7
149149
with:
150150
name: ${{ env.windows_artifact }}
151151

0 commit comments

Comments
 (0)