diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index 7d6f1660..7c3fb525 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -98,7 +98,7 @@ jobs: # Return the html output of the comparison even if failed - name: Upload comparison failures if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: failed-comparisons-${{ inputs.python-version }}-${{ inputs.matplotlib-version }}-${{ github.sha }} path: results/* diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 63fb2971..4128d427 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -54,7 +54,7 @@ jobs: shell: bash - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }} path: dist/* @@ -73,7 +73,7 @@ jobs: contents: read steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }} path: dist @@ -105,7 +105,7 @@ jobs: contents: read steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }} path: dist