Skip to content

Commit 8fc5377

Browse files
Bump the all group with 2 updates (#526)
Bumps the all group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ffff3d commit 8fc5377

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# nightly ViperTool releases AND the ViperTools that should be released.
107107
- name: Download ViperTools to test against (only downloading previously created ViperTools)
108108
if: ${{ contains(needs.create-viper-tools.result, 'success') }}
109-
uses: actions/download-artifact@v5
109+
uses: actions/download-artifact@v6
110110
with:
111111
name: ViperTools
112112
path: client/ViperTools
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: Upload Viper-IDE log files
193193
if: ${{ failure() || cancelled() }}
194-
uses: actions/upload-artifact@v4
194+
uses: actions/upload-artifact@v5
195195
with:
196196
name: TestLogs-${{ matrix.target }}
197197
path: client/logs
@@ -229,7 +229,7 @@ jobs:
229229
working-directory: client
230230

231231
- name: Upload packaged Viper-IDE
232-
uses: actions/upload-artifact@v4
232+
uses: actions/upload-artifact@v5
233233
with:
234234
name: viper-ide-${{ matrix.target }}.vsix
235235
path: client/viper-ide-${{ matrix.target }}.vsix
@@ -246,7 +246,7 @@ jobs:
246246
working-directory: client/dependencies/ViperTools
247247

248248
- name: Upload ViperTools zip files
249-
uses: actions/upload-artifact@v4
249+
uses: actions/upload-artifact@v5
250250
with:
251251
name: ${{ matrix.viper-tools-zip-file }}
252252
path: client/dependencies/${{ matrix.viper-tools-zip-file }}
@@ -263,14 +263,14 @@ jobs:
263263
uses: actions/checkout@v5
264264

265265
- name: Download packaged Viper IDE
266-
uses: actions/download-artifact@v5
266+
uses: actions/download-artifact@v6
267267
with:
268268
pattern: viper-ide-*.vsix
269269
merge-multiple: true
270270
path: client
271271

272272
- name: Download ViperTools
273-
uses: actions/download-artifact@v5
273+
uses: actions/download-artifact@v6
274274
with:
275275
pattern: ViperTools*.zip
276276
merge-multiple: true

0 commit comments

Comments
 (0)