Skip to content

Commit

Permalink
Update actions/upload-artifact to @v4
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cary-ilm committed Jan 31, 2025
1 parent e4fe355 commit 8318c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:

- name: Upload install_manifest.txt
# Upload the manifest to make it possible to download for inspection and debugging
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: install_manifest
name: ${{ env.INSTALL_MANIFEST }}
path: _build/${{ env.INSTALL_MANIFEST }}

- name: Validate install
Expand Down

0 comments on commit 8318c86

Please sign in to comment.