Skip to content

Commit 9140b2a

Browse files
authored
Merge pull request #306 from umihico/2025-03-30T1759/fix-auto-update
Fix: Error: Missing download info for actions/upload-artifact@v3
2 parents d816679 + 7a19acc commit 9140b2a

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)