Skip to content

Commit 3e0e372

Browse files
committed
Maintainance work on CI workflows
1 parent bad1bdc commit 3e0e372

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pip-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
cat audit-report-${{ matrix.python-version }}.md >> "$GITHUB_STEP_SUMMARY"
7171
fi
72-
- uses: actions/upload-artifact@v6
72+
- uses: actions/upload-artifact@v7
7373
with:
7474
name: audit-${{ matrix.python-version }}
7575
retention-days: 2
@@ -89,7 +89,7 @@ jobs:
8989
id: timestamp
9090
run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
9191
- uses: actions/checkout@v6
92-
- uses: actions/download-artifact@v7
92+
- uses: actions/download-artifact@v8
9393
id: download
9494
with:
9595
pattern: audit-*

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Print licences report
110110
if: ${{ always() }}
111111
run: echo "${{ steps.license_check_print_report.outputs.report }}"
112-
- uses: actions/upload-artifact@v6
112+
- uses: actions/upload-artifact@v7
113113
with:
114114
name: pre-commit-${{ matrix.python-version }}
115115
retention-days: 2
@@ -127,7 +127,7 @@ jobs:
127127
id: timestamp
128128
run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
129129
- uses: actions/checkout@v6
130-
- uses: actions/download-artifact@v7
130+
- uses: actions/download-artifact@v8
131131
id: download
132132
with:
133133
pattern: pre-commit-*

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build/
77
dist/
88
__pycache__/
99
*.pyc
10+
.coverage

0 commit comments

Comments
 (0)