Skip to content

Commit e9842d4

Browse files
chore(deps): update github artifact actions (major) (#1670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dd3df3 commit e9842d4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
working-directory: 'vscode-testextension'
138138
- name: 🏺 Publish coverage data
139139
if: always()
140-
uses: actions/upload-artifact@v5
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: 'coverage-${{ matrix.os }}'
143143
path: 'coverage/'
@@ -148,24 +148,24 @@ jobs:
148148
name: 'actions-${{ matrix.os }}'
149149
- name: 🏺 Publish logs
150150
if: always()
151-
uses: actions/upload-artifact@v5
151+
uses: actions/upload-artifact@v6
152152
with:
153153
name: 'logs-${{ matrix.os }}'
154154
path: 'artifacts/logs/'
155155
- name: 🏺 Publish test data
156156
if: always()
157-
uses: actions/upload-artifact@v5
157+
uses: actions/upload-artifact@v6
158158
with:
159159
name: 'test data-${{ matrix.os }}'
160160
path: 'artifacts/test/'
161161
- name: 🏺 Publish NuGet Packages
162162
if: always()
163-
uses: actions/upload-artifact@v5
163+
uses: actions/upload-artifact@v6
164164
with:
165165
name: 'nuget-${{ matrix.os }}'
166166
path: 'artifacts/nuget/'
167167
- name: 🏺 Publish Documentation
168-
uses: actions/upload-artifact@v5
168+
uses: actions/upload-artifact@v6
169169
with:
170170
name: 'docs-${{ matrix.os }}'
171171
path: 'artifacts/docs/'
@@ -174,7 +174,7 @@ jobs:
174174
needs: build
175175
steps:
176176
- name: Merge Artifacts
177-
uses: actions/upload-artifact/merge@v5
177+
uses: actions/upload-artifact/merge@v6
178178
with:
179179
name: nuget
180180
pattern: nuget-*

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
nuget-version: '6.x'
2525

26-
- uses: actions/download-artifact@v6
26+
- uses: actions/download-artifact@v7
2727
with:
2828
path: nuget
2929
pattern: nuget-*

0 commit comments

Comments
 (0)