Skip to content

Commit d8c96a0

Browse files
authored
Update actions/upload-artifact to @v4 (AcademySoftwareFoundation#1969)
This requires all artifacts to have unique names, so the install_manifest.txt files need to uploaded with the name that includes the os and build number. Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 949ae1b commit d8c96a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Upload the manifest to make it possible to download for inspection and debugging
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: install_manifest
159+
name: ${{ env.INSTALL_MANIFEST }}
160160
path: _build/${{ env.INSTALL_MANIFEST }}
161161

162162
- name: Validate install

0 commit comments

Comments
 (0)