diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index c25b8d64..02f6eee0 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -406,7 +406,7 @@ jobs: make latexpdf - name: Store Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Documentation path: docs/build/** @@ -572,7 +572,7 @@ jobs: python dataProcessor.py --directory ../build --output ../../${{ matrix.pretty }} --relative Eigen --verbose - name: Upload Intermediate Benchmark Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.pretty }} path: ${{ matrix.pretty }} @@ -604,7 +604,7 @@ jobs: tree - name: Upload Intermediate Benchmark Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: IntermediateBenchmarkResults path: IntermediateBenchmarkResults @@ -624,7 +624,7 @@ jobs: tree - name: Upload Benchmark Documentation - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: LibRapid_Benchmark_SHA_${{ github.sha }} path: BenchmarkDocumentation diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 2fa62663..47f16e79 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -348,7 +348,7 @@ jobs: python -m cibuildwheel --output-dir wheelhouse - name: Store Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: wheelhouse/*.whl @@ -377,7 +377,7 @@ jobs: twine check dist/*.tar.gz - name: Store artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: dist/*.tar.gz @@ -590,6 +590,6 @@ jobs: # python -m cibuildwheel --output-dir wheelhouse # # - name: Store Artifacts - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # path: wheelhouse/*.whl