diff --git a/.github/workflows/native-dependencies.yml b/.github/workflows/native-dependencies.yml index c85cfebe3f4ee..c3f5c0aba2411 100644 --- a/.github/workflows/native-dependencies.yml +++ b/.github/workflows/native-dependencies.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'windows-latest', 'macos-latest'] + os: ["ubuntu-20.04", "windows-latest", "macos-latest"] steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 @@ -16,13 +16,13 @@ jobs: - name: Use Node.js 18.17.0 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: - node-version: '18.17.0' - registry-url: 'https://registry.npmjs.org' + node-version: "18.17.0" + registry-url: "https://registry.npmjs.org" - name: Use Python 3.11 uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: - python-version: '3.11' + python-version: "3.11" - name: Install and Build shell: bash @@ -44,7 +44,7 @@ jobs: run: npm run zip:native:dependencies - name: Upload Artifacts - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 - with: - name: native-dependencies + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #v4 + with: + name: native-dependencies-${{ matrix.os }} path: ./scripts/native-dependencies-*.zip