diff --git a/.github/workflows/pytest_coverage.yml b/.github/workflows/pytest_coverage.yml index 440aefd7..6e030628 100644 --- a/.github/workflows/pytest_coverage.yml +++ b/.github/workflows/pytest_coverage.yml @@ -60,7 +60,7 @@ jobs: - name: Store PR Comment to be Posted if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: # If you use a different name, update COMMENT_ARTIFACT_NAME accordingly name: python-coverage-comment-action diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60f42337..a5cdc911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Add Zip to Action if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: places path: ./custom_components/places/places.zip