Browse Source

chore(ci): bump the github-actions group with 3 updates (#434)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 day ago
parent
commit
b21f99d1b8
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/ci.yaml
  2. 2 2
      .github/workflows/python-publish.yml

+ 1 - 1
.github/workflows/ci.yaml

@@ -28,6 +28,6 @@ jobs:
       - name: Tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v5.5.1
+        uses: codecov/codecov-action@v5.5.2
         with:
           token: ${{ secrets.CODECOV_TOKEN }} # required

+ 2 - 2
.github/workflows/python-publish.yml

@@ -26,7 +26,7 @@ jobs:
       - name: Build a binary wheel and a source tarball
         run: python3 -m build
       - name: Store the distribution packages
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v6
         with:
           name: python-package-distributions
           path: dist/
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - name: Download all the dists
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v7
         with:
           name: python-package-distributions
           path: dist/