Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/urllib3-2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Dec 23, 2024
2 parents 033c858 + b108115 commit 6e6d26e
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ flake8 = "*"
[packages]
requests = "*"
unicodecsv = "*"
setuptools = "71.1.0"

[requires]
python_version = "3.8"

0 comments on commit 6e6d26e

Please sign in to comment.