diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 650b55d..f012e93 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -33,7 +33,7 @@ jobs: run: dotnet build SpringCollab2020.sln --configuration Release --no-restore - name: Upload artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: main path: bin/Release/net452