Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (home-assistant#85489)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent 7adb8d5 commit 1861510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ jobs:
-p no:sugar \
tests/components/${{ matrix.group }}
- name: Upload coverage artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.group }}
path: coverage.xml
Expand Down Expand Up @@ -954,7 +954,7 @@ jobs:
--dburl=mysql://root:[email protected]/homeassistant-test \
tests/components/recorder
- name: Upload coverage artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: coverage-${{ matrix.python-version }}-mariadb
path: coverage.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
) > .env_file
- name: Upload env_file
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: env_file
path: ./.env_file

- name: Upload requirements_diff
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: requirements_diff
path: ./requirements_diff.txt
Expand Down

0 comments on commit 1861510

Please sign in to comment.