Skip to content

Commit 07cd437

Browse files
authored
Merge pull request #3366 from github/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6 in /.github/workflows
2 parents a682bbe + 7fd7db3 commit 07cd437

12 files changed

+16
-16
lines changed

.github/workflows/__bundle-zstd.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__config-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__diagnostics-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__job-run-uuid-sarif.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__quality-queries.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/bundle-zstd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
output: ${{ runner.temp }}/results
2828
upload-database: false
2929
- name: Upload SARIF
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: ${{ matrix.os }}-zstd-bundle.sarif
3333
path: ${{ runner.temp }}/results/javascript.sarif

pr-checks/checks/config-export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
output: "${{ runner.temp }}/results"
1313
upload-database: false
1414
- name: Upload SARIF
15-
uses: actions/upload-artifact@v5
15+
uses: actions/upload-artifact@v6
1616
with:
1717
name: config-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
1818
path: "${{ runner.temp }}/results/javascript.sarif"

pr-checks/checks/diagnostics-export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
output: "${{ runner.temp }}/results"
2626
upload-database: false
2727
- name: Upload SARIF
28-
uses: actions/upload-artifact@v5
28+
uses: actions/upload-artifact@v6
2929
with:
3030
name: diagnostics-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
3131
path: "${{ runner.temp }}/results/javascript.sarif"

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
with:
1919
output: "${{ runner.temp }}/results"
2020
- name: Upload SARIF
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: with-baseline-information-${{ matrix.os }}-${{ matrix.version }}.sarif.json
2424
path: "${{ runner.temp }}/results/javascript.sarif"

0 commit comments

Comments
 (0)