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.
1 parent 3d4fbbc commit d583669Copy full SHA for d583669
1 file changed
.github/workflows/tests.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Upload coverage data
119
if: always() && matrix.session == 'tests' && matrix.python == '3.11' && matrix.os == 'ubuntu-latest'
120
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
121
with:
122
# Hack for v4.4 hidden file change
123
name: coverage-data
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Upload documentation
128
if: matrix.session == 'docs-build'
129
130
131
name: docs
132
path: docs/_build
0 commit comments