diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8752b7921..8a06751f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -167,7 +167,7 @@ jobs: - name: Archive wheel artifacts uses: actions/upload-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: Deploy wheels to artifactory (if not a release) if: startsWith(github.ref, 'refs/tags/v') != true @@ -225,7 +225,7 @@ jobs: - name: Archive wheel artifacts uses: actions/upload-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: Deploy wheels to artifactory (if not a release) if: startsWith(github.ref, 'refs/tags/v') != true @@ -286,7 +286,7 @@ jobs: - name: Archive wheel artifacts uses: actions/upload-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: Deploy wheels to artifactory (if not a release) if: startsWith(github.ref, 'refs/tags/v') != true @@ -350,7 +350,7 @@ jobs: - name: Archive wheel artifacts uses: actions/upload-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: Deploy wheels to artifactory (if not a release) if: startsWith(github.ref, 'refs/tags/v') != true @@ -407,7 +407,7 @@ jobs: - name: Archive wheel artifacts uses: actions/upload-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: Deploy wheels to artifactory (if not a release) if: startsWith(github.ref, 'refs/tags/v') != true @@ -463,7 +463,7 @@ jobs: submodules: 'recursive' - uses: actions/download-artifact@v4 with: - name: audited-wheels-${{ matrix.os }} + name: audited-wheels-${{ github.run_id }} path: wheelhouse/audited/ - name: List files run: ls -lah