We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba36e2 + d774163 commit a068191Copy full SHA for a068191
1 file changed
.github/workflows/tests.yml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: Upload coverage data
118
if: always() && matrix.session == 'tests' && matrix.python == '3.11' && matrix.os == 'ubuntu-latest'
119
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
120
with:
121
# Hack for v4.4 hidden file change
122
name: coverage-data
@@ -125,7 +125,7 @@ jobs:
125
126
- name: Upload documentation
127
if: matrix.session == 'docs-build'
128
129
130
name: docs
131
path: docs/_build
0 commit comments