Merge pull request #781 from krille-chan/dependabot/github_actions/actions/upload-artifact-4

build: (deps): bump actions/upload-artifact from 2 to 4
This commit is contained in:
Krille-chan 2024-01-07 10:27:39 +01:00 committed by GitHub
commit 320c5b28d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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