File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
mv .metacov .metacov.$MATRIX_ID
126
126
127
127
- name : " Upload coverage data"
128
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
128
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
129
129
with :
130
130
name : metacov-${{ env.MATRIX_ID }}
131
131
path : .metacov.*
@@ -184,7 +184,7 @@ jobs:
184
184
python igor.py combine_html
185
185
186
186
- name : " Upload HTML report"
187
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
187
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
188
188
with :
189
189
name : html_report
190
190
path : htmlcov
Original file line number Diff line number Diff line change 28
28
persist-credentials : false
29
29
30
30
- name : ' Dependency Review'
31
- uses : actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5
31
+ uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
32
32
with :
33
33
base-ref : ${{ github.event.pull_request.base.sha || 'master' }}
34
34
head-ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
python -m twine check wheelhouse/*
183
183
184
184
- name : " Upload wheels"
185
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
185
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
186
186
with :
187
187
name : dist-${{ env.MATRIX_ID }}
188
188
path : wheelhouse/*.whl
@@ -221,7 +221,7 @@ jobs:
221
221
python -m twine check dist/*
222
222
223
223
- name : " Upload sdist"
224
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
224
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
225
225
with :
226
226
name : dist-sdist
227
227
path : dist/*.tar.gz
@@ -265,7 +265,7 @@ jobs:
265
265
python -m twine check dist/*
266
266
267
267
- name : " Upload wheels"
268
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
268
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
269
269
with :
270
270
name : dist-pypy
271
271
path : dist/*.whl
@@ -305,7 +305,7 @@ jobs:
305
305
ls -alR
306
306
307
307
- name : " Upload signatures"
308
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
308
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
309
309
with :
310
310
name : signatures
311
311
path : " *.sigstore.json"
Original file line number Diff line number Diff line change 77
77
subject-path : " dist/*"
78
78
79
79
- name : " Publish dists to Test PyPI"
80
- uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
80
+ uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
81
81
with :
82
82
repository-url : https://test.pypi.org/legacy/
83
83
@@ -116,4 +116,4 @@ jobs:
116
116
subject-path : " dist/*"
117
117
118
118
- name : " Publish dists to PyPI"
119
- uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
119
+ uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
You can’t perform that action at this time.
0 commit comments