Skip to content

Commit 4d41982

Browse files
Update actions/upload-artifact action to v7
1 parent 704d8cd commit 4d41982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Concat import JSON file from the contents of the paper JSONs and the extracted text content
2626
run: python3 ./4_srm_import.py
2727
- name: Upload artifact
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: import-json
3131
path: input.json

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Concat import JSON file from the contents of the paper JSONs and the extracted text content
4242
run: python3 ./4_srm_import.py
4343
- name: Upload artifact
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: import-json
4747
path: input.json

0 commit comments

Comments
 (0)