Merge pull request #2618 from krille-chan/dependabot/github_actions/actions/upload-artifact-7

build: (deps): Bump actions/upload-artifact from 6 to 7
This commit is contained in:
Krille-chan 2026-02-27 18:22:35 +01:00 committed by GitHub
commit c28136a692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
- name: Create archive
run: tar -czf fluffychat-web.tar.gz build/web/
- name: Upload Web Build
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: Web Build
path: fluffychat-web.tar.gz