diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index fb57c84b..32f28f74 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -37,7 +37,7 @@ jobs: # Upload test artifact - name: Upload test output - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ failure() }} with: name: test-output