@@ -164,7 +164,7 @@ jobs:
164164 ls -atlh ../../../
165165
166166 - name : Upload project artifact
167- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
167+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
168168 if : ${{ matrix.dotnet }}
169169 with :
170170 name : ${{ matrix.project_name }}.zip
@@ -377,7 +377,7 @@ jobs:
377377 if : |
378378 github.event_name != 'pull_request'
379379 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
380- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
380+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
381381 with :
382382 name : docker-stub-US.zip
383383 path : docker-stub-US.zip
@@ -387,7 +387,7 @@ jobs:
387387 if : |
388388 github.event_name != 'pull_request'
389389 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
390- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
390+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
391391 with :
392392 name : docker-stub-EU.zip
393393 path : docker-stub-EU.zip
@@ -399,21 +399,21 @@ jobs:
399399 pwsh ./generate_openapi_files.ps1
400400
401401 - name : Upload Public API Swagger artifact
402- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
402+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
403403 with :
404404 name : swagger.json
405405 path : api.public.json
406406 if-no-files-found : error
407407
408408 - name : Upload Internal API Swagger artifact
409- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
409+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
410410 with :
411411 name : internal.json
412412 path : api.json
413413 if-no-files-found : error
414414
415415 - name : Upload Identity Swagger artifact
416- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
416+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
417417 with :
418418 name : identity.json
419419 path : identity.json
@@ -458,15 +458,15 @@ jobs:
458458
459459 - name : Upload project artifact for Windows
460460 if : ${{ contains(matrix.target, 'win') == true }}
461- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
461+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
462462 with :
463463 name : MsSqlMigratorUtility-${{ matrix.target }}
464464 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility.exe
465465 if-no-files-found : error
466466
467467 - name : Upload project artifact
468468 if : ${{ contains(matrix.target, 'win') == false }}
469- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
469+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
470470 with :
471471 name : MsSqlMigratorUtility-${{ matrix.target }}
472472 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility
0 commit comments