Skip to content

Commit ee4860a

Browse files
authored
Merge pull request #186 from eXist-db/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents 445f487 + 324d4c8 commit ee4860a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: npm ci --ignore-scripts
1515
- run: npm run build
1616
- name: Upload XAR
17-
uses: actions/upload-artifact@v4
17+
uses: actions/upload-artifact@v7
1818
with:
1919
name: exist-function-documentation-xar
2020
path: dist/*.xar

0 commit comments

Comments
 (0)