Skip to content

Commit

Permalink
.github/workflows/Test.yml: fixed upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 9, 2024
1 parent c4c5f8b commit 22abafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22abafd

Please sign in to comment.