Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
echo Version is $VERSION
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Upload thunderstore artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: mod-bundle
path: thunderstore/dist
- name: Upload nuget artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: nuget
path: nuget/
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Restore tools
run: dotnet tool restore
- name: Download artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: mod-bundle
path: thunderstore/dist
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
dotnet-version: 9.x
- name: Download artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: nuget
path: nuget/
Expand All @@ -168,7 +168,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: mod-bundle
path: thunderstore/dist
Expand Down