mirror of
https://github.com/catppuccin/gitea.git
synced 2026-02-02 18:09:02 +08:00
chore(deps): update github artifact actions
This commit is contained in:
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@v6
|
||||
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@v7
|
||||
with:
|
||||
name: css
|
||||
path: "dist/"
|
||||
|
||||
Reference in New Issue
Block a user