Skip to content

Commit 7a19acc

Browse files
committed
fix: Error: Missing download info for actions/upload-artifact@v3
1 parent d816679 commit 7a19acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Clean up (ECR costs)
7878
run: sls remove
7979
- name: Archive result
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
if: ${{ !env.ACT }}
8282
with:
8383
name: scraping-result

0 commit comments

Comments
 (0)