Skip to content

Commit 832e97c

Browse files
authored
Merge pull request #3545 from github/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7 in /.github/workflows
2 parents 5ef38c0 + e96635d commit 832e97c

12 files changed

+14
-14
lines changed

.github/workflows/__analysis-kinds.yml

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

.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.

pr-checks/checks/analysis-kinds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ steps:
4040
post-processed-sarif-path: "${{ runner.temp }}/post-processed"
4141

4242
- name: Upload SARIF files
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: |
4646
analysis-kinds-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.analysis-kinds }}
4747
path: "${{ runner.temp }}/results/*.sarif"
4848
retention-days: 7
4949

5050
- name: Upload post-processed SARIF
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: |
5454
post-processed-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.analysis-kinds }}

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@v6
30+
uses: actions/upload-artifact@v7
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@v6
15+
uses: actions/upload-artifact@v7
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@v6
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: diagnostics-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
3131
path: "${{ runner.temp }}/results/javascript.sarif"

0 commit comments

Comments
 (0)