diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d7a5c95986e13..9e0c2d722c025d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -828,7 +828,7 @@ jobs: -p no:sugar \ tests/components/${{ matrix.group }} - name: Upload coverage artifact - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: coverage-${{ matrix.python-version }}-${{ matrix.group }} path: coverage.xml diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2ffc2f1f721fff..f70c348bdfd538 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -57,13 +57,13 @@ jobs: ) > .env_file - name: Upload env_file - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: env_file path: ./.env_file - name: Upload requirements_diff - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: requirements_diff path: ./requirements_diff.txt