Skip to content

Commit c9e2ed0

Browse files
committed
update upload-artifact
1 parent 81445d5 commit c9e2ed0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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

0 commit comments

Comments
 (0)