diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 1d49d72..627f48b 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -54,7 +54,7 @@ jobs: run: sh netsnmp/tests/system/run-coverage.sh - name: Upload C coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: client-intf-coverage path: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b4dda76..422a884 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: # gives us net-snmp-config on PATH, which setup.py relies on. - name: Cache net-snmp install id: cache-netsnmp - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ runner.temp }}\msys64\mingw64\bin\net-snmp-config diff --git a/.gitignore b/.gitignore index 2461d0d..2121fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ build/ dist/ +.vscode/ __pycache__/ *.py[co] +*.so +*.gcov +client_intf-coverage.txt .*.swp .*.swo *.egg-info/