We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c8a86 commit a39aad2Copy full SHA for a39aad2
.github/workflows/nextjs.yml
@@ -80,7 +80,7 @@ jobs:
80
REACT_APP_ALCHEMY_API_KEY: ${{ secrets.REACT_APP_ALCHEMY_API_KEY }}
81
REACT_APP_ETHERSCAN_API_KEY: ${{ secrets.REACT_APP_ETHERSCAN_API_KEY }}
82
- name: Upload artifact
83
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
84
with:
85
path: ./.next/standalone
86
0 commit comments