diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fcf389..4f6bb6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,14 +88,14 @@ jobs: allure generate allure-results --clean -o allure-report - name: Upload Allure results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: allure-results path: allure-results if-no-files-found: warn - name: Upload Allure HTML report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: allure-report path: allure-report diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b558464..49a1ad2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: python -m pip install --upgrade pip build twine python -m build python -m twine check dist/* - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/