diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 1144a09..bf8c664 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@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: main path: bin/Release/net452