We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874d4dd commit ce70a0dCopy full SHA for ce70a0d
project_template/.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
find ./public/en ./public/ru -type f -name "*.html" -exec sed -i "s|/products/${APP_NAME}/|/|g" {} +
49
50
- name: Upload site artifacts
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
52
with:
53
name: built-site
54
path: public/
0 commit comments