.github/workflows/Test.yml: fixed upload-artifact version
This commit is contained in:
parent
c4c5f8b1f4
commit
22abafd7a9
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: sudo rm -rf doc/_build/html/.git
|
run: sudo rm -rf doc/_build/html/.git
|
||||||
|
|
||||||
- name: '📤 Upload artifact: HTML'
|
- name: '📤 Upload artifact: HTML'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: openFPGALoader-Documentation
|
name: openFPGALoader-Documentation
|
||||||
path: doc/_build/html
|
path: doc/_build/html
|
||||||
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
tar -cvzf ../ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz -C dist .
|
tar -cvzf ../ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz -C dist .
|
||||||
|
|
||||||
- name: '📤 Upload artifact: tarball'
|
- name: '📤 Upload artifact: tarball'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ubtuntu${{ matrix.os }}.04-openFPGALoader
|
name: ubtuntu${{ matrix.os }}.04-openFPGALoader
|
||||||
path: ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz
|
path: ubtuntu${{ matrix.os }}.04-openFPGALoader.tgz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue