Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moralmunky/Home-Assistant-Mail-And-Packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0b5
Choose a base ref
...
head repository: moralmunky/Home-Assistant-Mail-And-Packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 3, 2024

  1. chore(deps): bump actions/download-artifact in /.github/workflows (#971)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2.0.10...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Copy the full SHA
    b868ed6 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/pytest.yaml
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 2
- name: Download coverage data
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v4.1.7
with:
name: coverage-data
- name: Upload coverage report