summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-27 10:49:33 +0100
committerGitHub <noreply@github.com>2024-03-27 10:49:33 +0100
commit4cab6f3af51cd2f3213ff54332e0fc145050855b (patch)
treeda1d404a79f316dee2687dfa8a6a56f3fab5e115 /.github/workflows/windows_python.yml
parent0d4665583be4d0f6f02fbe5a0b245a60d6b0082a (diff)
downloadspack-4cab6f3af51cd2f3213ff54332e0fc145050855b.tar.gz
spack-4cab6f3af51cd2f3213ff54332e0fc145050855b.tar.bz2
spack-4cab6f3af51cd2f3213ff54332e0fc145050855b.tar.xz
spack-4cab6f3af51cd2f3213ff54332e0fc145050855b.zip
build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#43385)
Diffstat (limited to '.github/workflows/windows_python.yml')
-rw-r--r--.github/workflows/windows_python.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml
index 8ab821c351..c713406e9e 100644
--- a/.github/workflows/windows_python.yml
+++ b/.github/workflows/windows_python.yml
@@ -33,7 +33,7 @@ jobs:
./share/spack/qa/validate_last_exit.ps1
coverage combine -a
coverage xml
- - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
+ - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8
with:
flags: unittests,windows
token: ${{ secrets.CODECOV_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
./share/spack/qa/validate_last_exit.ps1
coverage combine -a
coverage xml
- - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
+ - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8
with:
flags: unittests,windows
token: ${{ secrets.CODECOV_TOKEN }}