File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
CHARSET_NORMALIZER_USE_MYPYC : ' 0'
36
36
run : python -m build
37
37
- name : Upload artifacts
38
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
38
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
39
39
with :
40
40
name : dist
41
41
path : dist
91
91
CIBW_TEST_COMMAND : pytest -c {package} {package}/tests
92
92
CIBW_SKIP : pp* cp36*
93
93
- name : Upload artifacts
94
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
94
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
95
95
with :
96
96
name : dist
97
97
path : ./wheelhouse/*.whl
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109
109
- name : Download distributions
110
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
110
+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
111
111
with :
112
112
name : dist
113
113
path : dist
@@ -145,7 +145,7 @@ jobs:
145
145
steps :
146
146
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
147
147
- name : Download distributions
148
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148
+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
149
149
with :
150
150
name : dist
151
151
path : dist
You can’t perform that action at this time.
0 commit comments