diff --git a/.github/workflows/test-pyglotaran-examples.yml b/.github/workflows/test-pyglotaran-examples.yml index 2f11a7c..7cf13bd 100644 --- a/.github/workflows/test-pyglotaran-examples.yml +++ b/.github/workflows/test-pyglotaran-examples.yml @@ -76,13 +76,13 @@ jobs: - name: Upload Example Plots Artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-notebooks-${{ matrix.example_name }} path: ${{ steps.example-run.outputs.notebook-path }} - name: Upload Example Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-results-${{ matrix.example_name }} path: ~/pyglotaran_examples_results @@ -101,7 +101,7 @@ jobs: merge-multiple: true - name: Upload Example Notebooks Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-notebooks path: example-notebooks @@ -120,7 +120,7 @@ jobs: merge-multiple: true - name: Upload Example Result Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-results path: example-results