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:
Krille-chan 2026-02-01 08:59:47 +01:00 committed by GitHub
commit f7932639e2
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@v5
uses: actions/upload-artifact@v6
with:
name: Web Build
path: fluffychat-web.tar.gz