Skip to content

Commit a39aad2

Browse files
committed
Revert actions/upload-pages-artifact@v4 to v3
1 parent 96c8a86 commit a39aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
REACT_APP_ALCHEMY_API_KEY: ${{ secrets.REACT_APP_ALCHEMY_API_KEY }}
8181
REACT_APP_ETHERSCAN_API_KEY: ${{ secrets.REACT_APP_ETHERSCAN_API_KEY }}
8282
- name: Upload artifact
83-
uses: actions/upload-pages-artifact@v4
83+
uses: actions/upload-pages-artifact@v3
8484
with:
8585
path: ./.next/standalone
8686

0 commit comments

Comments
 (0)