Skip to content

Commit 8a79bfa

Browse files
[deps]: Update actions/upload-artifact action to v6 (#6766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf5cacd commit 8a79bfa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yml

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

.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
200+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
226+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
227227
with:
228228
name: report.xml
229229
path: |

0 commit comments

Comments
 (0)