diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b2e424a2..5e47d05e 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@v4 + uses: actions/upload-artifact@v5 if: ${{ failure() }} with: name: test-output