We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d0842 commit 233778aCopy full SHA for 233778a
.github/workflows/documentation.yml
@@ -139,15 +139,15 @@ jobs:
139
mkdocs build
140
141
- name: Make logs available
142
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
143
with:
144
name: grass-addon-build-logs
145
if-no-files-found: error
146
path: addons-build-dir/logs
147
retention-days: 3
148
149
- name: Make the result available
150
151
152
name: mkdocs-site
153
0 commit comments