Skip to content

Commit ce70a0d

Browse files
chore(deps): update actions/upload-artifact action to v7 (#25)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 874d4dd commit ce70a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_template/.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
find ./public/en ./public/ru -type f -name "*.html" -exec sed -i "s|/products/${APP_NAME}/|/|g" {} +
4949
5050
- name: Upload site artifacts
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: built-site
5454
path: public/

0 commit comments

Comments
 (0)