Skip to content

Commit 91e5a79

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09a875f commit 91e5a79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
checks: write
1717
steps:
1818
- name: Checkout tests
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
sparse-checkout: |
2222
test
2323
2424
- name: Download the built plugin
25-
uses: actions/download-artifact@v6
25+
uses: actions/download-artifact@v7
2626
with:
2727
name: restAPI
2828
path: .
@@ -45,7 +45,7 @@ jobs:
4545
hurl --test --report-junit test-results.xml --variables-file test/test.env --jobs 1 test/*.hurl
4646
4747
- name: Expose Openfire logs
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
if: always() # always run even if the previous step fails
5050
with:
5151
name: Openfire server logs

0 commit comments

Comments
 (0)