Skip to content

Commit 80dd4d5

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f6705f commit 80dd4d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
test
2323
2424
- name: Download the built plugin
25-
uses: actions/download-artifact@v7
25+
uses: actions/download-artifact@v8
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@v6
48+
uses: actions/upload-artifact@v7
4949
if: always() # always run even if the previous step fails
5050
with:
5151
name: Openfire server logs

0 commit comments

Comments
 (0)