Skip to content

Commit 3bfda60

Browse files
[deps]: Update actions/upload-artifact action to v7
1 parent a714278 commit 3bfda60

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/test-database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
shell: pwsh
198198

199199
- name: Upload DACPAC
200-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
200+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
201201
with:
202202
name: sql.dacpac
203203
path: Sql.dacpac
@@ -223,7 +223,7 @@ jobs:
223223
shell: pwsh
224224

225225
- name: Report validation results
226-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
226+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
227227
with:
228228
name: report.xml
229229
path: |

0 commit comments

Comments
 (0)