diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 7565643..87c615d 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -17,7 +17,7 @@ jobs: RELEASE_ZIP: networkminer-cli.zip steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build application run: dotnet build --configuration=Release NetworkMinerCLI.sln -o $BUILD_DIR - name: ZIP binaries