Skip to content

Commit

Permalink
try upgrade deprecated upload-artifact v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Mar 3, 2025
1 parent abfbc61 commit be17eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cetlvast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ runner.debug == '1' }}
run: ls -lAhR build/
- name: upload-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.build_flavor }}-${{ matrix.exceptions }}-${{ matrix.std }}-${{ matrix.toolchain }}
path: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
path: "build/suites/docs/html/"
- name: upload-pr-docs
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-docs
path: "build/suites/docs/html/"
Expand Down

0 comments on commit be17eb9

Please sign in to comment.