mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-10 16:47:53 +00:00
Merge pull request #28 from ivuorinen/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
npm run prod --if-present
|
||||
|
||||
- name: Store artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-site
|
||||
path: dist
|
||||
|
||||
Reference in New Issue
Block a user