mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-18 00:57:55 +00:00
build(deps): bump actions/upload-artifact from 4 to 7 (#7612)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
74d1715c1b
commit
421869daec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deb-package.yml
vendored
2
.github/workflows/deb-package.yml
vendored
|
|
@ -189,7 +189,7 @@ jobs:
|
|||
! id etherpad 2>/dev/null
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: etherpad-${{ steps.v.outputs.version }}-${{ matrix.arch }}-deb
|
||||
path: dist/*.deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue