Skip to content

Commit 233778a

Browse files
CI(deps): Update actions/upload-artifact action to v4.6.1 (OSGeo#5246)
1 parent e7d0842 commit 233778a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ jobs:
139139
mkdocs build
140140
141141
- name: Make logs available
142-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
142+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
143143
with:
144144
name: grass-addon-build-logs
145145
if-no-files-found: error
146146
path: addons-build-dir/logs
147147
retention-days: 3
148148

149149
- name: Make the result available
150-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
150+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
151151
with:
152152
name: mkdocs-site
153153
if-no-files-found: error

0 commit comments

Comments
 (0)