Skip to content

Commit

Permalink
[.github] update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Feb 17, 2024
1 parent 9b4f015 commit 69f3cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
args: make -C osflow BOARD=${{ matrix.board }} ${{ matrix.design }}

- name: '📤 Upload Artifact: ${{ matrix.board }} ${{ matrix.design }} bitstream and reports'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.board }}-${{ matrix.design }}
path: |
Expand Down

0 comments on commit 69f3cda

Please sign in to comment.