chore(actions): bump actions/upload-artifact from 4 to 7 #2

Merged
JonKazama-Hellion merged 1 commits from refs/pull/2/head into main 2026-05-02 21:03:47 +00:00
Showing only changes of commit 36f114bacb - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: dotnet build ChatTwo/ChatTwo.csproj --configuration Release --no-restore
- name: Upload build output
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: HellionChat-build-${{ github.run_number }}
path: ChatTwo/bin/Release/**/HellionChat/**