mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-02-19 19:29:28 +00:00
Upgrade actions/upload-artifact to v4
This commit is contained in:
parent
e54a39bb3e
commit
1551a5073b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
run: ./build/linux/ci_generate.sh "${{ matrix.platform }}"
|
run: ./build/linux/ci_generate.sh "${{ matrix.platform }}"
|
||||||
|
|
||||||
- name: Upload generated binaries
|
- name: Upload generated binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rolens-${{ matrix.platform }}
|
name: rolens-${{ matrix.platform }}
|
||||||
path: releases/*
|
path: releases/*
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
run: build/ci_bundle.sh
|
run: build/ci_bundle.sh
|
||||||
|
|
||||||
- name: Upload the bundle as an artifact
|
- name: Upload the bundle as an artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rolens-bundle
|
name: rolens-bundle
|
||||||
path: bundle
|
path: bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user