Skip to content

Commit 47741ea

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60a1cc8 commit 47741ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/aks_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
Write-Host ('::set-output name=osType::'+$osType);
244244
245245
- name: download tSQLtAndTests artifact
246-
uses: actions/download-artifact@v2
246+
uses: actions/download-artifact@v4.1.7
247247
with:
248248
name: tSQLtAndTests
249249
path: "${{ github.workspace }}\\tSQLt\\Build_Artifact"

.github/workflows/build_and_test_on_spawn.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
Write-Host "✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ ";
185185
186186
- name: download tSQLtBuildArtifact artifact
187-
uses: actions/download-artifact@v2
187+
uses: actions/download-artifact@v4.1.7
188188
with:
189189
name: tSQLtBuildArtifact
190190
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\tSQLtBuild"
@@ -226,13 +226,13 @@ jobs:
226226
path: tSQLt
227227

228228
- name: download tSQLtBuildArtifact artifact
229-
uses: actions/download-artifact@v2
229+
uses: actions/download-artifact@v4.1.7
230230
with:
231231
name: tSQLtBuildArtifact
232232
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\tSQLtBuild"
233233

234234
- name: download tSQLt dacpac artifact(s)
235-
uses: actions/download-artifact@v2
235+
uses: actions/download-artifact@v4.1.7
236236
with:
237237
name: dacpacs
238238
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\DacpacBuild"
@@ -290,13 +290,13 @@ jobs:
290290
path: tSQLt
291291

292292
- name: download public tSQLt artifact
293-
uses: actions/download-artifact@v2
293+
uses: actions/download-artifact@v4.1.7
294294
with:
295295
name: tSQLtPublic
296296
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\tSQLt\\public"
297297

298298
- name: download validation tSQLt artifact
299-
uses: actions/download-artifact@v2
299+
uses: actions/download-artifact@v4.1.7
300300
with:
301301
name: tSQLtValidation
302302
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\tSQLt\\validation"

0 commit comments

Comments
 (0)