diff --git a/.github/workflows/publish_benchmarks.yml b/.github/workflows/publish_benchmarks.yml index c15d78fc33..39cb6dd8a4 100644 --- a/.github/workflows/publish_benchmarks.yml +++ b/.github/workflows/publish_benchmarks.yml @@ -79,7 +79,7 @@ jobs: echo "::set-output name=target_output_dir::${NAMESPACED_TARGET_OUTPUT_DIR}" - name: Store the environment-specific benchmarks - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: benchmark-data-files path: .benchmarks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5be4ae5360..49b9c89389 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: make package - name: Store the binary wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: python-package-distributions path: dist