Skip to content

Commit

Permalink
Merge branch 'AcademySoftwareFoundation:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treata11 authored Feb 7, 2025
2 parents ba28adc + 1e16711 commit e8026d1
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 e8026d1

Please sign in to comment.