Skip to content

Commit

Permalink
Merge pull request #5203 from eXist-db/dependabot/github_actions/ands…
Browse files Browse the repository at this point in the history
…tor/file-existence-action-3

build(deps): bump andstor/file-existence-action from 2 to 3
  • Loading branch information
reinhapa authored Jan 30, 2024
2 parents a9673f9 + 4540854 commit e3ec453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-xqts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: find exist-xqts/target -name exist-xqts-runner.sh -exec {} --xqts-version HEAD --output-dir /tmp/xqts-output --exclude-test-case RangeExpr-411d,RangeExpr-409d,RangeExpr-408d,RangeExpr-409c,RangeExpr-408c,GenCompEq-21 \;
- name: Check for HeapDump
id: check_heapdump
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "/tmp/*.hprof"
- name: Compress HeapDump
Expand Down

0 comments on commit e3ec453

Please sign in to comment.