diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7b0afe0..30fd259 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: main path: bin/Release/net452