Skip to content

Commit 6eb5938

Browse files
Bump actions/download-artifact from 3 to 4.1.7 (#35)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5465780 commit 6eb5938

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
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
steps:
135135
- name: Download build artifacts
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4.1.7
137137
with:
138138
name: build-artifacts
139139

@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-latest
168168
steps:
169169
- name: Download build artifacts
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4.1.7
171171
with:
172172
name: build-artifacts
173173

@@ -201,7 +201,7 @@ jobs:
201201
runs-on: ubuntu-latest
202202
steps:
203203
- name: Download build artifacts
204-
uses: actions/download-artifact@v3
204+
uses: actions/download-artifact@v4.1.7
205205
with:
206206
name: build-artifacts
207207

0 commit comments

Comments
 (0)