.github/workflows/Test.yml: fixed upload-artifact version

This commit is contained in:
Gwenhael Goavec-Merou 2024-11-09 09:30:08 +01:00
parent c4c5f8b1f4
commit 22abafd7a9
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: sudo rm -rf doc/_build/html/.git
- name: '📤 Upload artifact: HTML'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: openFPGALoader-Documentation
path: doc/_build/html
@ -80,7 +80,7 @@ jobs:
tar -cvzf ../ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz -C dist .
- name: '📤 Upload artifact: tarball'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubtuntu${{ matrix.os }}.04-openFPGALoader
path: ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz