CI bug, caused by this upgrade: https://github.com/simonw/shot-scraper/commit/55d2852aaf4556c58bf8cd3d1065b35f2ca86d8e Specifically this change: ```diff - name: Archive examples - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: examples path: examples/* ```