Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
fetch-depth: 0

- name: Download Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: Titan Extended - XML
path: ${{ github.workspace }}/update/
Expand All @@ -153,13 +153,13 @@ jobs:
- xml
steps:
- name: Download Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: Titan Extended - MPE1
path: release-files

- name: Download Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: Titan Extended - Version Description
path: release-description
Expand Down