diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index 410990dc6..704c063b2 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -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 diff --git a/.github/workflows/windows-zip.yml b/.github/workflows/windows-zip.yml index a2eec3d4a..f2a22e3ef 100644 --- a/.github/workflows/windows-zip.yml +++ b/.github/workflows/windows-zip.yml @@ -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