Skip to content

Commit f867612

Browse files
authored
Update GitHub Actions versions (#25)
1 parent a44febc commit f867612

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: sh netsnmp/tests/system/run-coverage.sh
5555

5656
- name: Upload C coverage report
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: client-intf-coverage
6060
path: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# gives us net-snmp-config on PATH, which setup.py relies on.
4141
- name: Cache net-snmp install
4242
id: cache-netsnmp
43-
uses: actions/cache@v4
43+
uses: actions/cache@v6
4444
with:
4545
path: |
4646
${{ runner.temp }}\msys64\mingw64\bin\net-snmp-config

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
build/
22
dist/
3+
.vscode/
34
__pycache__/
45
*.py[co]
6+
*.so
7+
*.gcov
8+
client_intf-coverage.txt
59
.*.swp
610
.*.swo
711
*.egg-info/

0 commit comments

Comments
 (0)