diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6d127a3..28c9b5d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: run: | python benchmarks.py raw stream proto - name: upload results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: results-base path: benchmarks/results/* @@ -76,7 +76,7 @@ jobs: BENCHMARK_EXC_PREFIX=${{ github.workspace }}/.venv313/bin ${{ github.workspace }}/.venv313/bin/python benchmarks.py raw mv results/data.json results/py313.json - name: upload results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: results-pyver path: benchmarks/results/* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1603f06..498f67e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: container: ${{ matrix.container }} docker-options: -e CI - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -130,7 +130,7 @@ jobs: env: RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata" - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist-pgo-${{ matrix.platform || matrix.os }}-${{ matrix.interpreter }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2af40ca..0f1dd52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: command: sdist args: --out dist - name: Upload sdist - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist-sdist path: dist @@ -84,7 +84,7 @@ jobs: container: ${{ matrix.container }} docker-options: -e CI - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -149,7 +149,7 @@ jobs: env: RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata" - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist-pgo-${{ matrix.platform || matrix.os }}-${{ matrix.interpreter }} path: dist