Skip to content

Commit 6e6d26e

Browse files
committed
Merge branch 'main' into dependabot/pip/urllib3-2.2.2
2 parents 033c858 + b108115 commit 6e6d26e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/check_harvest_source_duplicates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
--harvest_sources
2727
--run-id=test
2828
- name: save file
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: harvest_overview
3232
path: harvest-duplicates-test.csv

.github/workflows/check_org_duplicates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: run check
2424
run: pipenv run python duplicate-packages-organization.py --run-id=test
2525
- name: save file
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: org_overview
2929
path: org-duplicates-test.csv

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ flake8 = "*"
1010
[packages]
1111
requests = "*"
1212
unicodecsv = "*"
13+
setuptools = "71.1.0"
1314

1415
[requires]
1516
python_version = "3.8"

0 commit comments

Comments
 (0)