mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d7c44c5725
commit
5e99ae772a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/windows-installer.yml
vendored
2
.github/workflows/windows-installer.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: ls etherpad_nsis
|
||||
-
|
||||
name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: etherpad-server-windows.exe
|
||||
path: etherpad_nsis/etherpad-server-windows.exe
|
||||
|
|
2
.github/workflows/windows-zip.yml
vendored
2
.github/workflows/windows-zip.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: src/bin/buildForWindows.sh
|
||||
-
|
||||
name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: etherpad-lite-win.zip
|
||||
path: etherpad-lite-win.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue