Skip to content

Commit 8416531

Browse files
Bump the github-actions group with 2 updates (#1182)
1 parent aaf0220 commit 8416531

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id: format_db_id
8282

8383
- name: Upload coverage data
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
8787
path: '${{ github.workspace }}/.coverage.*'
@@ -106,7 +106,7 @@ jobs:
106106
run: uv pip install --system coverage[toml]
107107

108108
- name: Download data
109-
uses: actions/download-artifact@v7
109+
uses: actions/download-artifact@v8
110110
with:
111111
path: ${{ github.workspace }}
112112
pattern: coverage-data-*
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Upload HTML report
124124
if: ${{ failure() }}
125-
uses: actions/upload-artifact@v6
125+
uses: actions/upload-artifact@v7
126126
with:
127127
name: html-report
128128
path: htmlcov

0 commit comments

Comments
 (0)