mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
chore(deps): update github artifact actions
This commit is contained in:
parent
b9d0857cab
commit
9241f088e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-deploy.yml
vendored
4
.github/workflows/release-deploy.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
path: "dist/"
|
||||
- name: Upload CSS
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: css
|
||||
path: "dist/"
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
id: "release"
|
||||
uses: googleapis/release-please-action@v4
|
||||
- name: Download CSS
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: css
|
||||
path: "dist/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue