Skip to content

Commit

Permalink
Update upload-artifact to v4 (#878)
Browse files Browse the repository at this point in the history
* Update upload-artifact to v4

* Update upload-artifact to v4

* Make artifact names unique
  • Loading branch information
erwei-xilinx authored Jan 23, 2025
1 parent 1c31263 commit e493007
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lintAndFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Upload clang-tidy fixes
if: ${{ steps.clang-tidy-fixes.outputs.FIXES }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: fixes.yml
name: clang-tidy-fixes.yml
Expand Down Expand Up @@ -154,10 +154,10 @@ jobs:
cat clang-format.diff
- name: Upload clang-format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: clang-format.diff
name: format_diffs
name: clang_format_diffs

- name: Check C/C++ format
uses: reviewdog/action-suggester@v1
Expand All @@ -176,10 +176,10 @@ jobs:
cat black-format.diff
- name: Upload black-format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: black-format.diff
name: format_diffs
name: black_format_diffs

- name: Check Python format
if: success() || failure()
Expand Down

0 comments on commit e493007

Please sign in to comment.