@@ -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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
168168 if : ${{ matrix.dotnet }}
169169 with :
170170 name : ${{ matrix.project_name }}.zip
@@ -385,7 +385,7 @@ jobs:
385385 if : |
386386 github.event_name != 'pull_request'
387387 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
388- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
388+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
389389 with :
390390 name : docker-stub-US.zip
391391 path : docker-stub-US.zip
@@ -395,7 +395,7 @@ jobs:
395395 if : |
396396 github.event_name != 'pull_request'
397397 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
398- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
398+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
399399 with :
400400 name : docker-stub-EU.zip
401401 path : docker-stub-EU.zip
@@ -407,21 +407,21 @@ jobs:
407407 pwsh ./generate_openapi_files.ps1
408408
409409 - name : Upload Public API Swagger artifact
410- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
410+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
411411 with :
412412 name : swagger.json
413413 path : api.public.json
414414 if-no-files-found : error
415415
416416 - name : Upload Internal API Swagger artifact
417- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
417+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
418418 with :
419419 name : internal.json
420420 path : api.json
421421 if-no-files-found : error
422422
423423 - name : Upload Identity Swagger artifact
424- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
424+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
425425 with :
426426 name : identity.json
427427 path : identity.json
@@ -466,15 +466,15 @@ jobs:
466466
467467 - name : Upload project artifact for Windows
468468 if : ${{ contains(matrix.target, 'win') == true }}
469- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
469+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
470470 with :
471471 name : MsSqlMigratorUtility-${{ matrix.target }}
472472 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility.exe
473473 if-no-files-found : error
474474
475475 - name : Upload project artifact
476476 if : ${{ contains(matrix.target, 'win') == false }}
477- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
477+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
478478 with :
479479 name : MsSqlMigratorUtility-${{ matrix.target }}
480480 path : util/MsSqlMigratorUtility/obj/build-output/publish/MsSqlMigratorUtility
0 commit comments