We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4148d17 commit 0eef377Copy full SHA for 0eef377
1 file changed
.github/workflows/pipeline.yml
@@ -100,7 +100,7 @@ jobs:
100
run: ./gradlew dokkaHtml
101
- name: Upload Documentation as Artifact
102
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
103
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
104
with:
105
name: documentation
106
path: docs/docs
@@ -126,7 +126,7 @@ jobs:
126
pip install mkdocs-minify-plugin
127
pip install mkdocs-git-revision-date-localized-plugin
128
- name: Download Documentation Artifact
129
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
130
131
132
0 commit comments