We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704d8cd commit 4d41982Copy full SHA for 4d41982
2 files changed
.github/workflows/cron.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Concat import JSON file from the contents of the paper JSONs and the extracted text content
26
run: python3 ./4_srm_import.py
27
- name: Upload artifact
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
29
with:
30
name: import-json
31
path: input.json
.github/workflows/manual.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments