diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259277b16669f..0270fbb11c786 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -813,7 +813,7 @@ jobs: -p no:sugar \ tests/components/${{ matrix.group }} - name: Upload coverage artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v4.4.0 with: name: coverage-${{ matrix.python-version }}-${{ matrix.group }} path: coverage.xml diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9a561d1199708..de887d5fc2225 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -50,13 +50,13 @@ jobs: ) > .env_file - name: Upload env_file - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v4.4.0 with: name: env_file path: ./.env_file - name: Upload requirements_diff - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v4.4.0 with: name: requirements_diff path: ./requirements_diff.txt