From 6b5d193b1c7b31003af450fa1b76dcbfae547c50 Mon Sep 17 00:00:00 2001 From: Sammy Fung Date: Wed, 17 Jul 2024 13:14:10 +0800 Subject: [PATCH] updated GitHub action version of codecov-action --- .../{ci-weather-data-scraper.yml => weatherdatascraper.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci-weather-data-scraper.yml => weatherdatascraper.yml} (89%) diff --git a/.github/workflows/ci-weather-data-scraper.yml b/.github/workflows/weatherdatascraper.yml similarity index 89% rename from .github/workflows/ci-weather-data-scraper.yml rename to .github/workflows/weatherdatascraper.yml index b9d39ef..9eb4913 100644 --- a/.github/workflows/ci-weather-data-scraper.yml +++ b/.github/workflows/weatherdatascraper.yml @@ -1,4 +1,4 @@ -name: ci-weather-data-scraper +name: weatherdatascraper on: pull_request: push: @@ -23,4 +23,4 @@ jobs: run: | coverage run -m pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v4