Skip to content

Commit 0eef377

Browse files
Update GitHub Artifact Actions
1 parent 4148d17 commit 0eef377

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: ./gradlew dokkaHtml
101101
- name: Upload Documentation as Artifact
102102
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v6
104104
with:
105105
name: documentation
106106
path: docs/docs
@@ -126,7 +126,7 @@ jobs:
126126
pip install mkdocs-minify-plugin
127127
pip install mkdocs-git-revision-date-localized-plugin
128128
- name: Download Documentation Artifact
129-
uses: actions/download-artifact@v4
129+
uses: actions/download-artifact@v7
130130
with:
131131
name: documentation
132132
path: docs/docs

0 commit comments

Comments
 (0)