mirror of
https://github.com/alireza0/s-ui.git
synced 2026-08-04 07:11:23 +00:00
Merge pull request #1033 from alireza0/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
This commit is contained in:
commit
8a07d2df7e
3 changed files with 4 additions and 4 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
npm install
|
||||
npm run build
|
||||
- name: Upload frontend build artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: frontend-dist
|
||||
path: frontend/dist/
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
run: tar -zcvf s-ui-linux-${{ matrix.platform }}.tar.gz s-ui
|
||||
|
||||
- name: Upload files to Artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: s-ui-linux-${{ matrix.platform }}
|
||||
path: ./s-ui-linux-${{ matrix.platform }}.tar.gz
|
||||
|
|
|
|||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
zip -r "s-ui-windows-amd64.zip" s-ui-windows
|
||||
|
||||
- name: Upload files to Artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: s-ui-windows-amd64
|
||||
path: ./s-ui-windows-amd64.zip
|
||||
|
|
@ -157,7 +157,7 @@ jobs:
|
|||
zip -r "s-ui-windows-arm64.zip" s-ui-windows
|
||||
|
||||
- name: Upload ARM64 files to Artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: s-ui-windows-arm64
|
||||
path: ./s-ui-windows-arm64.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue