mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
chore(deps): update actions/upload-artifact action to v6 (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build_pr.yml
vendored
2
.github/workflows/build_pr.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
# OPENLIST_FRONTEND_BUILD_COMPRESS: false
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: openlist-frontend-dist-dev-${{ github.sha }}
|
||||
path: dist/
|
||||
|
||||
Reference in New Issue
Block a user