diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cccf0e..fbb6444 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: atest/ReferenceRun.robot \ atest/ResultJson.robot - name: Store Smoke Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: smoke-results @@ -123,7 +123,7 @@ jobs: run: | uv run invoke tests - name: Store Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: test-results ${{ matrix.python-version }} # Choose a descriptive name for your artifact @@ -180,7 +180,7 @@ jobs: - name: Run tests with live LLM run: uv run invoke tests - name: Store LLM Artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: success() || failure() with: name: llm-test-results @@ -251,7 +251,7 @@ jobs: - name: Web visual acceptance (Browser + SeleniumLibrary) run: uv run robot -d results-web atest/web/ - name: Store Web Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: web-results