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>
pull/5505/head
dependabot[bot] 2022-04-08 15:25:19 +00:00 committed by Richard Hansen
parent d7c44c5725
commit 5e99ae772a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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