File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 80
80
if : >-
81
81
github.event_name != 'schedule' &&
82
82
matrix.os == 'ubuntu-latest'
83
- uses : codecov/codecov-action@v4
83
+ uses : codecov/codecov-action@v5
84
84
with :
85
85
fail_ci_if_error : true
86
86
files : ./coverage.xml
98
98
99
99
- name : Report contrib coverage with Codecov
100
100
if : github.event_name != 'schedule' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
101
- uses : codecov/codecov-action@v4
101
+ uses : codecov/codecov-action@v5
102
102
with :
103
103
fail_ci_if_error : true
104
104
files : ./coverage.xml
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
- name : Report doctest coverage with Codecov
120
120
if : github.event_name != 'schedule' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
121
- uses : codecov/codecov-action@v4
121
+ uses : codecov/codecov-action@v5
122
122
with :
123
123
fail_ci_if_error : true
124
124
files : doctest-coverage.xml
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
110
110
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
111
111
|| (github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf')
112
- uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
112
+ uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
113
113
with :
114
114
subject-path : " dist/pyhf-*"
115
115
@@ -168,13 +168,13 @@ jobs:
168
168
if : >-
169
169
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
170
170
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
171
- uses : pypa/gh-action-pypi-publish@v1.11.0
171
+ uses : pypa/gh-action-pypi-publish@v1.12.2
172
172
with :
173
173
repository-url : https://test.pypi.org/legacy/
174
174
print-hash : true
175
175
176
176
- name : Publish distribution 📦 to PyPI
177
177
if : github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
178
- uses : pypa/gh-action-pypi-publish@v1.11.0
178
+ uses : pypa/gh-action-pypi-publish@v1.12.2
179
179
with :
180
180
print-hash : true
You can’t perform that action at this time.
0 commit comments