We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 717c1d4 + 372ea2b commit 3901b5aCopy full SHA for 3901b5a
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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