Skip to content

Commit cbd127b

Browse files
authored
Merge pull request #39 from InsightSoftwareConsortium/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents fa5b549 + 53abed8 commit cbd127b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker cp itk-dox:/ITKDoxygenXML.tar.gz artifacts/ITKDoxygenXML-${GITHUB_SHA}.tar.gz
2828
2929
- name: Archive Doxygen Artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: doxygen
3333
path: |

0 commit comments

Comments
 (0)