Skip to content

Commit

Permalink
update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Dec 13, 2024
1 parent 81445d5 commit c9e2ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_harvest_source_duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--harvest_sources
--run-id=test
- name: save file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: harvest_overview
path: harvest-duplicates-test.csv
2 changes: 1 addition & 1 deletion .github/workflows/check_org_duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: run check
run: pipenv run python duplicate-packages-organization.py --run-id=test
- name: save file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: org_overview
path: org-duplicates-test.csv

0 comments on commit c9e2ed0

Please sign in to comment.