diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index b288174..f12e496 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@v6 + - uses: actions/checkout@v7 - name: Build application run: dotnet build --configuration=Release NetworkMinerCLI.sln -o $BUILD_DIR - name: ZIP binaries