CI: update artifacts action
v3 of upload-artifact actions is being deprecated, so let's move to v4. Link: https://github.com/actions/upload-artifact Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
committed by
Iker Pedrosa
parent
f220407144
commit
bdb5e2b79f
2
.github/workflows/runner.yml
vendored
2
.github/workflows/runner.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
|
||||
- name: Store artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.os }}-build
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user