We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81445d5 commit c9e2ed0Copy full SHA for c9e2ed0
.github/workflows/check_harvest_source_duplicates.yml
@@ -26,7 +26,7 @@ jobs:
26
--harvest_sources
27
--run-id=test
28
- name: save file
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: harvest_overview
32
path: harvest-duplicates-test.csv
.github/workflows/check_org_duplicates.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: run check
24
run: pipenv run python duplicate-packages-organization.py --run-id=test
25
- uses: actions/upload-artifact@v2
name: org_overview
path: org-duplicates-test.csv
0 commit comments