mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-21 14:08:56 +01: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 }}"
|
||||
|
||||
- name: Upload generated binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rolens-${{ matrix.platform }}
|
||||
path: releases/*
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
run: build/ci_bundle.sh
|
||||
|
||||
- name: Upload the bundle as an artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rolens-bundle
|
||||
path: bundle
|
||||
|
Loading…
Reference in New Issue
Block a user