Skip to content

Commit 795ed7f

Browse files
Bump the github-actions group with 2 updates (#2527)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `vmactions/openbsd-vm` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](vmactions/openbsd-vm@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: vmactions/openbsd-vm dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb5f74f commit 795ed7f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bin/${{ matrix.config }}/premake5 docs-check
3333
- name: Upload Artifacts
3434
if: matrix.config == 'release' && matrix.depsrc == 'contrib' && matrix.cc == 'gcc'
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: premake-linux-${{ matrix.platform }}
3838
path: bin/${{ matrix.config }}/
@@ -54,7 +54,7 @@ jobs:
5454
run: bin/${{ matrix.config }}/premake5 docs-check
5555
- name: Upload Artifacts
5656
if: matrix.config == 'release'
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: premake-macosx-${{ matrix.platform }}
6060
path: bin/${{ matrix.config }}/
@@ -83,7 +83,7 @@ jobs:
8383
shell: cmd
8484
- name: Upload Artifacts
8585
if: matrix.config == 'release'
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: premake-windows-${{ matrix.platform }}
8989
path: bin\${{ matrix.config }}\
@@ -133,7 +133,7 @@ jobs:
133133
run: bin/${{ matrix.config }}/premake5.exe docs-check
134134
- name: Upload Artifacts
135135
if: matrix.config == 'release' && matrix.depsrc == 'contrib' && matrix.cc == 'mingw'
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v5
137137
with:
138138
name: premake-${{ matrix.msystem }}-${{ matrix.platform }}
139139
path: bin\${{ matrix.config }}\
@@ -158,7 +158,7 @@ jobs:
158158
run: bin/${{ matrix.config }}/premake5 docs-check
159159
- name: Upload Artifacts
160160
if: matrix.config == 'release'
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v5
162162
with:
163163
name: premake-cosmopolitan-universal
164164
path: bin/${{ matrix.config }}/premake5
@@ -197,7 +197,7 @@ jobs:
197197
bin/${{ matrix.config }}/premake5 docs-check
198198
- name: Upload Artifacts
199199
if: matrix.config == 'release' && matrix.cc == 'clang'
200-
uses: actions/upload-artifact@v4
200+
uses: actions/upload-artifact@v5
201201
with:
202202
name: premake-freebsd-${{ matrix.platform }}
203203
path: bin/${{ matrix.config }}/
@@ -216,7 +216,7 @@ jobs:
216216
- name: Checkout
217217
uses: actions/checkout@v5
218218
- name: Start OpenBSD VM
219-
uses: vmactions/[email protected].0
219+
uses: vmactions/[email protected].1
220220
with:
221221
usesh: true
222222
sync: sshfs
@@ -236,7 +236,7 @@ jobs:
236236
bin/${{ matrix.config }}/premake5 docs-check
237237
- name: Upload Artifacts
238238
if: matrix.config == 'release' && matrix.cc == 'clang'
239-
uses: actions/upload-artifact@v4
239+
uses: actions/upload-artifact@v5
240240
with:
241241
name: premake-openbsd-${{ matrix.platform }}
242242
path: bin/${{ matrix.config }}/
@@ -269,7 +269,7 @@ jobs:
269269
bin/${{ matrix.config }}/premake5 docs-check
270270
- name: Upload Artifacts
271271
if: matrix.config == 'release'
272-
uses: actions/upload-artifact@v4
272+
uses: actions/upload-artifact@v5
273273
with:
274274
name: premake-netbsd-${{ matrix.platform }}
275275
path: bin/${{ matrix.config }}/
@@ -300,7 +300,7 @@ jobs:
300300
bin/${{ matrix.config }}/premake5 docs-check
301301
- name: Upload Artifacts
302302
if: matrix.config == 'release' && matrix.cc == 'gcc'
303-
uses: actions/upload-artifact@v4
303+
uses: actions/upload-artifact@v5
304304
with:
305305
name: premake-dragonflybsd-${{ matrix.platform }}
306306
path: bin/${{ matrix.config }}/
@@ -332,7 +332,7 @@ jobs:
332332
bin/${{ matrix.config }}/premake5 docs-check
333333
- name: Upload Artifacts
334334
if: matrix.config == 'release' && matrix.cc == 'gcc'
335-
uses: actions/upload-artifact@v4
335+
uses: actions/upload-artifact@v5
336336
with:
337337
name: premake-solaris-${{ matrix.platform }}
338338
path: bin/${{ matrix.config }}/
@@ -363,7 +363,7 @@ jobs:
363363
bin/${{ matrix.config }}/premake5 docs-check
364364
- name: Upload Artifacts
365365
if: matrix.config == 'release' && matrix.cc == 'gcc'
366-
uses: actions/upload-artifact@v4
366+
uses: actions/upload-artifact@v5
367367
with:
368368
name: premake-omnios-${{ matrix.platform }}
369369
path: bin/${{ matrix.config }}/

0 commit comments

Comments
 (0)