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:
Iker Pedrosa
2024-12-05 12:39:33 +01:00
committed by Iker Pedrosa
parent f220407144
commit bdb5e2b79f

View File

@@ -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: |