diff --git a/.github/workflows/python_package.yml b/.github/workflows/python_package.yml index 412060eb0..c751d0cbe 100644 --- a/.github/workflows/python_package.yml +++ b/.github/workflows/python_package.yml @@ -57,7 +57,7 @@ jobs: # the following bit will save results tests as an artifact if [ci save] has been in the commit msg - name: Archive test results if: ${{ failure() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: test-results_v${{ matrix.python-version }} path: /tmp/last_run_picca_test @@ -65,7 +65,7 @@ jobs: - name: Archive test results delta_extraction if: ${{ failure() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: test-results-de_v${{ matrix.python-version }} path: /home/runner/work/picca/picca/py/picca/tests/delta_extraction/results