diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0100985..c34ee84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-win32 path: dist/OpenBlock-Desktop*.exe @@ -71,7 +71,7 @@ jobs: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-darwin path: dist/OpenBlock-Desktop*.dmg @@ -99,7 +99,7 @@ jobs: run: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-linux path: dist/OpenBlock-Desktop*.deb