Skip to content

Commit d246230

Browse files
authored
deps: update ci related package versions (#3073)
1 parent ed5c907 commit d246230

6 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/generate-coverage-report.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet coverage shutdown bdn_coverage --timeout 60000
5757

5858
- name: Upload coverage artifact
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: coverage-${{ matrix.os }}
6262
path: "**/*.cobertura.xml"
@@ -92,7 +92,7 @@ jobs:
9292
run: dotnet coverage shutdown bdn_coverage --timeout 60000
9393

9494
- name: Upload coverage artifact
95-
uses: actions/upload-artifact@v6
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: coverage-windows-netfx
9898
path: "**/*.cobertura.xml"
@@ -106,12 +106,12 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v6
108108

109-
- uses: actions/download-artifact@v6
109+
- uses: actions/download-artifact@v8
110110
with:
111111
path: coverage
112112

113113
- name: Upload raw coverage data
114-
uses: actions/upload-artifact@v6
114+
uses: actions/upload-artifact@v7
115115
with:
116116
name: coverage
117117
path: coverage
@@ -158,7 +158,7 @@ jobs:
158158
Write-Output $markdown >> $env:GITHUB_STEP_SUMMARY
159159
160160
- name: Upload HTML report files
161-
uses: actions/upload-artifact@v6
161+
uses: actions/upload-artifact@v7
162162
with:
163163
name: coverage_report
164164
path: coverage_report

.github/workflows/generate-gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./build.cmd docs-build
3838

3939
- name: Upload Artifacts
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: site
4343
path: docs/_site
@@ -54,7 +54,7 @@ jobs:
5454
ref: docs-stable
5555

5656
- name: Download Artifacts
57-
uses: actions/download-artifact@v7
57+
uses: actions/download-artifact@v8
5858
with:
5959
name: site
6060
path: site

.github/workflows/publish-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Pack
1919
run: ./build.cmd pack /p:VersionSuffix=nightly.$DATE.$GITHUB_RUN_NUMBER /p:WeaverVersionSuffix=\"\"
2020
- name: Upload nupkg to artifacts
21-
uses: actions/upload-artifact@v6
21+
uses: actions/upload-artifact@v7
2222
with:
2323
name: nupkgs
2424
path: "**/*.*nupkg"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ./build.cmd pack --stable /p:WeaverVersionSuffix=\"\"
5050

5151
- name: Upload artifacts
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: nupkgs
5555
path: artifacts/*.nupkg

.github/workflows/run-tests-selected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
# Upload artifact files that are located at `$(GITHUB_WORKSPACE)/artifacts` directory
104104
- name: Upload test results
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
if: always()
107107
with:
108108
name: results

.github/workflows/run-tests.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: ./build.cmd in-tests-core -e
5252
# Report test results with unique name
5353
- name: Report tests results
54-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
54+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
5555
if: always()
5656
with:
5757
name: test-windows-core-${{ matrix.os }}
5858
path: "**/*.trx"
5959
reporter: dotnet-trx
6060
# Upload Artifacts with Unique Name
6161
- name: Upload test results
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: always()
6464
with:
6565
name: test-windows-core-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -104,15 +104,15 @@ jobs:
104104
run: ./build.cmd in-tests-full -e
105105
# Report test results with unique name
106106
- name: Report tests results
107-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
107+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
108108
if: always()
109109
with:
110110
name: test-windows-full-${{ matrix.os }}
111111
path: "**/*.trx"
112112
reporter: dotnet-trx
113113
# Upload Artifacts with Unique Name
114114
- name: Upload test results
115-
uses: actions/upload-artifact@v6
115+
uses: actions/upload-artifact@v7
116116
if: always()
117117
with:
118118
name: test-windows-full-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v6
128128
# Set up the environment
129129
- name: Set up Clang
130-
uses: egor-tensin/setup-clang@ef434b41eb33a70396fb336b1bae39c76d740c3d # v1.4
130+
uses: egor-tensin/setup-clang@471a6f8ef1d449dba8e1a51780e7f943572a3f99 # v2.1
131131
with:
132132
version: latest
133133
platform: x64
@@ -152,15 +152,15 @@ jobs:
152152
run: ./build.cmd in-tests-core -e
153153
# Report test results with unique name
154154
- name: Report tests results
155-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
155+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
156156
if: always()
157157
with:
158158
name: test-linux-${{ matrix.os }}
159159
path: "**/*.trx"
160160
reporter: dotnet-trx
161161
# Upload Artifacts with Unique Name
162162
- name: Upload test results
163-
uses: actions/upload-artifact@v6
163+
uses: actions/upload-artifact@v7
164164
if: always()
165165
with:
166166
name: test-linux-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -199,15 +199,15 @@ jobs:
199199
run: ./build.cmd in-tests-core -e
200200
# Report test results with unique name
201201
- name: Report tests results
202-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
202+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
203203
if: always()
204204
with:
205205
name: test-macos(${{ matrix.os.arch }})
206206
path: "**/*.trx"
207207
reporter: dotnet-trx
208208
# Upload Artifacts with Unique Name
209209
- name: Upload test results
210-
uses: actions/upload-artifact@v6
210+
uses: actions/upload-artifact@v7
211211
if: always()
212212
with:
213213
name: test-macos(${{ matrix.os.arch }})-trx-${{ github.run_id }}
@@ -218,7 +218,7 @@ jobs:
218218
steps:
219219
- uses: actions/checkout@v6
220220
- name: Set up Clang
221-
uses: egor-tensin/setup-clang@v1
221+
uses: egor-tensin/setup-clang@471a6f8ef1d449dba8e1a51780e7f943572a3f99 # v2.1
222222
with:
223223
version: latest
224224
platform: x64
@@ -236,7 +236,7 @@ jobs:
236236
with:
237237
node-version: "24"
238238
- name: Install cSpell
239-
run: npm install -g cspell@9.0.2
239+
run: npm install -g cspell@9.7.0
240240
- name: Copy cSpell config
241241
run: cp ./build/cSpell.json ./cSpell.json
242242
- name: Run cSpell

0 commit comments

Comments
 (0)