Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
checks: write
steps:
- name: Checkout tests
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
test

- name: Download the built plugin
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: restAPI
path: .
Expand All @@ -45,7 +45,7 @@ jobs:
hurl --test --report-junit test-results.xml --variables-file test/test.env --jobs 1 test/*.hurl

- name: Expose Openfire logs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
if: always() # always run even if the previous step fails
with:
name: Openfire server logs
Expand Down