chore(deps): update actions/upload-artifact action to v4 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
49aab23c85
commit
b2eb7c0cdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/frontend-pipeline.yml
vendored
2
.github/workflows/frontend-pipeline.yml
vendored
|
@ -131,7 +131,7 @@ jobs:
|
|||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ env.NODE_VERSION }}-parcel
|
||||
- run: task fe:build
|
||||
- name: Build Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: packages/app/dist
|
||||
|
|
Reference in a new issue