Skip to content

Commit 82853c5

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

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
@@ -141,7 +141,7 @@ jobs:
141141
working-directory: 'vscode-testextension'
142142
- name: 🏺 Publish coverage data
143143
if: always()
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: 'coverage-${{ matrix.os }}'
147147
path: 'coverage/'
@@ -152,24 +152,24 @@ jobs:
152152
name: 'actions-${{ matrix.os }}'
153153
- name: 🏺 Publish logs
154154
if: always()
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v5
156156
with:
157157
name: 'logs-${{ matrix.os }}'
158158
path: 'artifacts/logs/'
159159
- name: 🏺 Publish test data
160160
if: always()
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v5
162162
with:
163163
name: 'test data-${{ matrix.os }}'
164164
path: 'artifacts/test/'
165165
- name: 🏺 Publish NuGet Packages
166166
if: always()
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v5
168168
with:
169169
name: 'nuget-${{ matrix.os }}'
170170
path: 'artifacts/nuget/'
171171
- name: 🏺 Publish Documentation
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: 'docs-${{ matrix.os }}'
175175
path: 'artifacts/docs/'
@@ -178,7 +178,7 @@ jobs:
178178
needs: build
179179
steps:
180180
- name: Merge Artifacts
181-
uses: actions/upload-artifact/merge@v4
181+
uses: actions/upload-artifact/merge@v5
182182
with:
183183
name: nuget
184184
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@v5
26+
- uses: actions/download-artifact@v6
2727
with:
2828
path: nuget
2929
pattern: nuget-*

0 commit comments

Comments
 (0)