Merge pull request #2421 from krille-chan/dependabot/github_actions/actions/upload-artifact-6
build: (deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
commit
f7932639e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Create archive
|
- name: Create archive
|
||||||
run: tar -czf fluffychat-web.tar.gz build/web/
|
run: tar -czf fluffychat-web.tar.gz build/web/
|
||||||
- name: Upload Web Build
|
- name: Upload Web Build
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Web Build
|
name: Web Build
|
||||||
path: fluffychat-web.tar.gz
|
path: fluffychat-web.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue