Merge pull request #2284 from krille-chan/dependabot/github_actions/actions/upload-artifact-5

build: (deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
Krille-chan 2025-10-25 08:59:26 +02:00 committed by GitHub
commit 5e154d51bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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