Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1116520?usp=email )

Change subject: tests: Update github action invocations
......................................................................

tests: Update github action invocations

Change-Id: I70a483cc3b822e39e9fda988867ae1c59ad206df
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pre-commit.yml
M .github/workflows/pywikibot-ci.yml
M .github/workflows/sysop_write_tests-ci.yml
M .github/workflows/windows_tests.yml
7 files changed, 10 insertions(+), 10 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 17b86d7..4898c46 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -77,6 +77,6 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index 2591d25..afeccbb 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -66,7 +66,7 @@

     # use deadsnakes/action for development releases
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: "endsWith(matrix.python-version, '-dev')"
       with:
         python-version: ${{ matrix.python-version }}
@@ -122,6 +122,6 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index c5762b5..d1d74c5 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -51,7 +51,7 @@

     # use deadsnakes/action for development releases
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: "endsWith(matrix.python-version, '-dev')"
       with:
         python-version: ${{ matrix.python-version }}
@@ -115,6 +115,6 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index cd169b9..c540b6e 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -27,7 +27,7 @@
           python-version: ${{ matrix.python-version }}
       - name: set up development python ${{ matrix.python-version }}
         if: "endsWith(matrix.python-version, '-dev')"
-        uses: deadsnakes/[email protected]
+        uses: deadsnakes/[email protected]
         with:
           python-version: ${{ matrix.python-version }}
       - name: checkout
diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 504a81d..c558470 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -81,7 +81,7 @@

     # use deadsnakes/action for development releases
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: "endsWith(matrix.python-version, '-dev')"
       with:
         python-version: ${{ matrix.python-version }}
@@ -147,7 +147,7 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

diff --git a/.github/workflows/sysop_write_tests-ci.yml 
b/.github/workflows/sysop_write_tests-ci.yml
index e26f046..792739a 100644
--- a/.github/workflows/sysop_write_tests-ci.yml
+++ b/.github/workflows/sysop_write_tests-ci.yml
@@ -72,7 +72,7 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

diff --git a/.github/workflows/windows_tests.yml 
b/.github/workflows/windows_tests.yml
index 1abdf46..86da390 100644
--- a/.github/workflows/windows_tests.yml
+++ b/.github/workflows/windows_tests.yml
@@ -85,7 +85,7 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       env:
         CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1116520?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I70a483cc3b822e39e9fda988867ae1c59ad206df
Gerrit-Change-Number: 1116520
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to