File tree Expand file tree Collapse file tree 5 files changed +61
-61
lines changed Expand file tree Collapse file tree 5 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 9797 touch "${{ runner.temp }}/digests/${digest#sha256:}"
9898
9999 - name : Upload Digest
100- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
100+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
101101 with :
102102 name : digests-${{ matrix.cache_tag }}
103103 path : ${{ runner.temp }}/digests/*
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Download Digests
117- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5 .0.0
117+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
118118 with :
119119 path : ${{ runner.temp }}/digests
120120 pattern : digests-*
Original file line number Diff line number Diff line change 9797 CIBW_TEST_SKIP : " *-win_arm64"
9898
9999 - name : Upload Artifacts
100- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
100+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
101101 with :
102102 name : ${{ github.job }}-${{ matrix.wheel }}
103103 path : ./wheelhouse/*.whl
@@ -134,7 +134,7 @@ jobs:
134134 openssl md5 -binary "dist/${tarball}" | xxd -p | tr -d '\n' > "dist/${md5_file}"
135135
136136 - name : Upload Artifacts
137- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
137+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
138138 with :
139139 name : ${{ github.job }}-sdist
140140 path : |
@@ -166,7 +166,7 @@ jobs:
166166 environment : ${{ matrix.pypi-instance }}
167167
168168 steps :
169- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5 .0.0
169+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
170170 with :
171171 path : ./dist/
172172 merge-multiple : true
Original file line number Diff line number Diff line change 6868 # Upload MegaLinter artifacts
6969 - name : Archive production artifacts
7070 if : success() || failure()
71- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
7272 with :
7373 name : MegaLinter reports
7474 include-hidden-files : " true"
You can’t perform that action at this time.
0 commit comments