build: (deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a04067d1e9
commit
f4ee2670a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -34,7 +34,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@v6
|
uses: actions/upload-artifact@v7
|
||||||
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