Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-browser-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-x "node_modules/*" "*.git*" "package*.json" "tsconfig*"

- name: Upload Chrome artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: chrome-extension-eoffice
path: dist/eoffice-chrome-*.zip
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
--ignore-files "node_modules" "package*.json" "tsconfig*"

- name: Upload Firefox artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: firefox-extension-eoffice
path: dist/eoffice-firefox-*.xpi
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
--ignore-files "node_modules" "package*.json" "tsconfig*"

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: browser-ext-${{ matrix.app }}
path: dist/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cli-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
npm pack --pack-destination ../../dist

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: cli-node-${{ matrix.app }}
path: dist/*.tgz
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
cp dist/*.whl dist/*.tar.gz ../../dist/ 2>/dev/null || true

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: cli-python-${{ matrix.app }}
path: dist/*
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: eoffice-${{ matrix.platform }}
path: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
cp desktop-apps/eostudio/dist/EoStudio.exe dist/EoStudio-Setup.exe

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: eostudio-${{ matrix.platform }}
path: dist/*
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
shell: bash

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: eosim-${{ matrix.platform }}
path: dist/*
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
shell: bash

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ebrowser-${{ matrix.platform }}
path: dist/*
Expand All @@ -302,7 +302,7 @@ jobs:
cmake --build build-web

- name: Upload WASM artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ebrowser-wasm
path: desktop-apps/ebrowser/build-web/*.wasm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
| gzip > dist/${{ matrix.app }}-enterprise-${{ steps.version.outputs.version }}-docker.tar.gz

- name: Upload Docker artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docker-${{ matrix.app }}
path: dist/*-docker.tar.gz
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

- name: Upload Helm artifact
if: steps.check.outputs.has_chart == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: helm-${{ matrix.app }}
path: dist/*.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
dist/${APP_ID}-${VERSION}.aab

- name: Upload Android artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: android-${{ needs.parse.outputs.app_id }}
path: dist/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
vsce package --no-dependencies -o ../../dist/eoffice-vscode-${{ steps.version.outputs.version }}.vsix

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: vscode-extension
path: dist/*.vsix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fi

- name: Upload deploy artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: web-app-${{ matrix.app }}
path: deploy/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "=== Built binaries for ${{ matrix.abi }} ==="
find build -name "*.so" -o -name "*.a" | head -20
echo "Android ${{ matrix.abi }}: BUILD PASSED"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: android-${{ matrix.abi }}
path: build/
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "=== Built binaries for iOS arm64 ==="
find build -name "*.a" | head -20
echo "iOS arm64: BUILD PASSED"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: ios-arm64
path: build/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: nightly-report-${{ matrix.os }}
path: nightly-report.xml
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
}
EOF
- name: Upload SBOM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sbom-nightly
path: sbom-nightly.cdx.json
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
Compress-Archive -Path "${PKG}/*" -DestinationPath "${PKG}.zip"

- name: Upload Suite
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: suite-${{ matrix.platform }}
path: eapps-suite-*
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
}

- name: Upload Individual Apps
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: individual-${{ matrix.platform }}
path: individual/
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo "eApps ${VERSION} for EoS ${{ matrix.arch }}" > ${PKG}/README.txt
tar czf ${PKG}.tar.gz ${PKG}/
- name: Upload EoS artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: eos-${{ matrix.platform }}
path: eapps-*-eos-*.tar.gz
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
echo "eApps ${VERSION} for Web (WASM)" > ${PKG}/README.txt
tar czf ${PKG}.tar.gz ${PKG}/
- name: Upload WASM artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: wasm
path: eapps-*-wasm.tar.gz
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-suite-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: build
run: sha256sum *.deb *.rpm > SHA256SUMS-linux.txt 2>/dev/null || true

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: linux-installers
path: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
"$hash $($_.Name)" | Out-File -Append SHA256SUMS-windows.txt -Encoding utf8
}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: windows-installer
path: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
working-directory: build
run: shasum -a 256 *.dmg > SHA256SUMS-macos.txt 2>/dev/null || true

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: macos-installer
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
Copy-Item build\apps\suite\Release\*.exe dist\ -ErrorAction SilentlyContinue
Compress-Archive -Path dist\* -DestinationPath ${{ matrix.artifact }}.zip

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mkdir -p staging
find build-${{ matrix.arch }} -name "*.a" -exec cp {} staging/ \;
tar czf eapps-${{ steps.version.outputs.version }}-${{ matrix.arch }}.tar.gz -C staging .
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: eapps-${{ matrix.arch }}
path: "*.tar.gz"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
find build-wasm -name "*.js" -o -name "*.wasm" -o -name "*.html" | xargs -I{} cp {} staging/ 2>/dev/null || true
find build-wasm -name "*.a" -exec cp {} staging/ \; 2>/dev/null || true
tar czf eapps-${{ steps.version.outputs.version }}-wasm.tar.gz -C staging .
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: eapps-wasm
path: "*.tar.gz"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
find build -name "*.a" -exec cp {} ${PKG}/lib/ \;
find build/apps -type f -executable -exec cp {} ${PKG}/bin/ \; 2>/dev/null || true
tar czf ${PKG}.tar.gz ${PKG}/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-linux-x64
path: "*.tar.gz"
Expand All @@ -183,7 +183,7 @@ jobs:
Get-ChildItem -Path build -Recurse -Filter "*.exe" | Copy-Item -Destination "$PKG/bin/" -ErrorAction SilentlyContinue
Get-ChildItem -Path build -Recurse -Filter "*.lib" | Copy-Item -Destination "$PKG/bin/" -ErrorAction SilentlyContinue
Compress-Archive -Path "$PKG/*" -DestinationPath "$PKG.zip"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-windows-x64
path: "*.zip"
Expand All @@ -210,7 +210,7 @@ jobs:
find build -name "*.a" -exec cp {} ${PKG}/lib/ \;
find build/apps -type f -perm +111 -exec cp {} ${PKG}/bin/ \; 2>/dev/null || true
tar czf ${PKG}.tar.gz ${PKG}/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-macos-arm64
path: "*.tar.gz"
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
mkdir -p ${PKG}/lib
find build -name "*.a" -exec cp {} ${PKG}/lib/ \;
tar czf ${PKG}.tar.gz ${PKG}/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-eos-${{ matrix.arch }}
path: "*.tar.gz"
Expand All @@ -277,7 +277,7 @@ jobs:
mkdir -p ${PKG}
find build-web \( -name "*.wasm" -o -name "*.js" -o -name "*.html" \) -exec cp {} ${PKG}/ \; 2>/dev/null || true
tar czf ${PKG}.tar.gz ${PKG}/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-wasm
path: "*.tar.gz"
Expand Down
Loading