Skip to content

Commit 1c83cd1

Browse files
committed
Upgrade actions/upload-artifact to v4
1 parent 024283f commit 1c83cd1

12 files changed

+16
-16
lines changed

.github/workflows/__config-export.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__diagnostics-export.yml

+1-1
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle-streaming.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/config-export.yml

+1-1
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@v3
15+
uses: actions/upload-artifact@v4
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
output: "${{ runner.temp }}/results"
2727
upload-database: false
2828
- name: Upload SARIF
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: diagnostics-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
3232
path: "${{ runner.temp }}/results/javascript.sarif"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
with:
2121
output: "${{ runner.temp }}/results"
2222
- name: Upload SARIF
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: with-baseline-information-${{ matrix.os }}-${{ matrix.version }}.sarif.json
2626
path: "${{ runner.temp }}/results/javascript.sarif"

pr-checks/checks/job-run-uuid-sarif.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
with:
1313
output: "${{ runner.temp }}/results"
1414
- name: Upload SARIF
15-
uses: actions/upload-artifact@v3
15+
uses: actions/upload-artifact@v4
1616
with:
1717
name: ${{ matrix.os }}-${{ matrix.version }}.sarif.json
1818
path: "${{ runner.temp }}/results/javascript.sarif"

pr-checks/checks/zstd-bundle-streaming.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ steps:
2929
output: ${{ runner.temp }}/results
3030
upload-database: false
3131
- name: Upload SARIF
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
34-
name: zstd-bundle.sarif
34+
name: ${{ matrix.os }}-zstd-bundle.sarif
3535
path: ${{ runner.temp }}/results/javascript.sarif
3636
retention-days: 7
3737
- name: Check diagnostic with expected tools URL appears in SARIF

pr-checks/checks/zstd-bundle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ steps:
2929
output: ${{ runner.temp }}/results
3030
upload-database: false
3131
- name: Upload SARIF
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
34-
name: zstd-bundle.sarif
34+
name: ${{ matrix.os }}-zstd-bundle.sarif
3535
path: ${{ runner.temp }}/results/javascript.sarif
3636
retention-days: 7
3737
- name: Check diagnostic with expected tools URL appears in SARIF

0 commit comments

Comments
 (0)