Skip to content

Commit ecf1ae2

Browse files
authored
Merge pull request #204 from tSQLt-org/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 60a1cc8 + 47741ea commit ecf1ae2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/aks_build_and_test.yml

+1-1
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

+5-5
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)