@@ -163,7 +163,7 @@ jobs:
163163 ls -atlh ../../../
164164
165165 - name : Upload project artifact
166- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
166+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
167167 if : ${{ matrix.dotnet }}
168168 with :
169169 name : ${{ matrix.project_name }}.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
369+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
370370 with :
371371 name : docker-stub-US.zip
372372 path : docker-stub-US.zip
@@ -376,7 +376,7 @@ jobs:
376376 if : |
377377 github.event_name != 'pull_request'
378378 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
379- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
379+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
380380 with :
381381 name : docker-stub-EU.zip
382382 path : docker-stub-EU.zip
@@ -388,21 +388,21 @@ jobs:
388388 pwsh ./generate_openapi_files.ps1
389389
390390 - name : Upload Public API Swagger artifact
391- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
391+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
392392 with :
393393 name : swagger.json
394394 path : api.public.json
395395 if-no-files-found : error
396396
397397 - name : Upload Internal API Swagger artifact
398- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
398+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
399399 with :
400400 name : internal.json
401401 path : api.json
402402 if-no-files-found : error
403403
404404 - name : Upload Identity Swagger artifact
405- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
405+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
406406 with :
407407 name : identity.json
408408 path : identity.json
@@ -447,15 +447,15 @@ jobs:
447447
448448 - name : Upload project artifact for Windows
449449 if : ${{ contains(matrix.target, 'win') == true }}
450- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
450+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
451451 with :
452452 name : MsSqlMigratorUtility-${{ matrix.target }}
453453 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility.exe
454454 if-no-files-found : error
455455
456456 - name : Upload project artifact
457457 if : ${{ contains(matrix.target, 'win') == false }}
458- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
458+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
459459 with :
460460 name : MsSqlMigratorUtility-${{ matrix.target }}
461461 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility
0 commit comments