@@ -160,7 +160,7 @@ jobs:
160160 ls -atlh ../../../
161161
162162 - name : Upload project artifact
163- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
163+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
164164 if : ${{ matrix.dotnet }}
165165 with :
166166 name : ${{ matrix.project_name }}.zip
@@ -356,7 +356,7 @@ jobs:
356356 if : |
357357 github.event_name != 'pull_request'
358358 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
359- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
359+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
360360 with :
361361 name : docker-stub-US.zip
362362 path : docker-stub-US.zip
@@ -366,7 +366,7 @@ jobs:
366366 if : |
367367 github.event_name != 'pull_request'
368368 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
369- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
369+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
370370 with :
371371 name : docker-stub-EU.zip
372372 path : docker-stub-EU.zip
@@ -378,21 +378,21 @@ jobs:
378378 pwsh ./generate_openapi_files.ps1
379379
380380 - name : Upload Public API Swagger artifact
381- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
381+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
382382 with :
383383 name : swagger.json
384384 path : api.public.json
385385 if-no-files-found : error
386386
387387 - name : Upload Internal API Swagger artifact
388- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
388+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
389389 with :
390390 name : internal.json
391391 path : api.json
392392 if-no-files-found : error
393393
394394 - name : Upload Identity Swagger artifact
395- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
395+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
396396 with :
397397 name : identity.json
398398 path : identity.json
@@ -438,15 +438,15 @@ jobs:
438438
439439 - name : Upload project artifact for Windows
440440 if : ${{ contains(matrix.target, 'win') == true }}
441- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
441+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
442442 with :
443443 name : MsSqlMigratorUtility-${{ matrix.target }}
444444 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility.exe
445445 if-no-files-found : error
446446
447447 - name : Upload project artifact
448448 if : ${{ contains(matrix.target, 'win') == false }}
449- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
449+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
450450 with :
451451 name : MsSqlMigratorUtility-${{ matrix.target }}
452452 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility
0 commit comments