diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 916a5c0..0c10d73 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -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/ @@ -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 @@ -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/ @@ -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