Skip to content

Commit d9bc501

Browse files
committed
Revert upstream's upload-artifact v7->v8 bump
Upstream Fuse 0b4c6dd ("Align upload-artifact to v8 across all workflows") bumped the four upload-artifact references from v7 to v8 to match the download-artifact pins. v8 exists for download-artifact (latest v8.0.1) but not for upload-artifact (max v7.0.1); the bump silently broke upstream's CI and arrives here via this merge. Revert those four lines so the workflows resolve their action versions on github.com.
1 parent 615b838 commit d9bc501

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_libspectrum_linux_sub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
-C /usr/local/ -T.tar_files
140140
141141
- name: (12) Upload generated tar file
142-
uses: actions/upload-artifact@v8
142+
uses: actions/upload-artifact@v7
143143
with:
144144
name: libspectrum-installed-linux-${{ inputs.key }}
145145
path: |

.github/workflows/build_libspectrum_macos_sub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
-C /usr/local/ -T.tar_files
145145
146146
- name: (12) Upload generated tar file
147-
uses: actions/upload-artifact@v8
147+
uses: actions/upload-artifact@v7
148148
with:
149149
name: libspectrum-installed-macos-${{ inputs.key }}
150150
path: |

.github/workflows/build_libspectrum_windows_sub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
-C /usr/local/i686-w64-mingw32/ .
224224
225225
- name: (15) Upload generated tar file
226-
uses: actions/upload-artifact@v8
226+
uses: actions/upload-artifact@v7
227227
with:
228228
name: libspectrum-installed-windows-${{ inputs.key }}
229229
path: |

.github/workflows/build_windows_sub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ jobs:
495495

496496
- name: (11) Upload generated artifact(s)
497497
if: ${{ inputs.upload_artifacts }}
498-
uses: actions/upload-artifact@v8
498+
uses: actions/upload-artifact@v7
499499
with:
500500
name: ${{ steps.rename-files.outputs.FUSE_DISTR_BASE }}
501501
if-no-files-found: error

0 commit comments

Comments
 (0)