Skip to content

Commit 5961d56

Browse files
test: 🧪 migrating to github actions @v4
1 parent db9f4a6 commit 5961d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=${{ secrets.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY }}" >> .env.prod
7777
${{ steps.detect-package-manager.outputs.runner }} build
7878
- name: Upload artifact
79-
uses: actions/upload-pages-artifact@v4
79+
uses: actions/upload-pages-artifact@v3
8080
with:
8181
path: ./docs/out
8282
overwrite: true

0 commit comments

Comments
 (0)