Skip to content

Commit

Permalink
Update flaw_checker.yml with upload v4 (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jan 23, 2025
1 parent f8b3c3c commit d2938bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flaw_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
#mkdir -p ./pr
echo $PR_NUMBER > ./pr/pr_number
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pr_number
path: pr/
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
# echo "github.event.pull_request.base.ref : ${{ github.event.pull_request.base.ref }}"

#- name: Archive production artifacts
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: dist-without-markdown
# path: |
Expand Down

0 comments on commit d2938bf

Please sign in to comment.