Skip to content

Commit f92715e

Browse files
authored
Merge pull request #1708 from OSGP/dependabot/github_actions/all-3249c11fdc
Bump the all group with 2 updates
2 parents 8db50b7 + b08cec3 commit f92715e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Staging war and jar files
4545
run: mkdir staging && find . -path ./staging -prune -o \( -name gxf -o -name cucumber-*-test-jar-with-dependencies.jar -o -name *simulator*.war \) -exec cp -prv --parents '{}' staging/ \;
4646
if: contains(github.ref, 'release') || contains(github.ref, 'development') || contains(github.event.pull_request.labels.*.name, 'build_containers') || contains(github.event.pull_request.labels.*.name, 'cucumber_testing') || contains(github.event.pull_request.labels.*.name, 'dependencies')
47-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v5
4848
if: contains(github.ref, 'release') || contains(github.ref, 'development') || contains(github.event.pull_request.labels.*.name, 'build_containers') || contains(github.event.pull_request.labels.*.name, 'cucumber_testing') || contains(github.event.pull_request.labels.*.name, 'dependencies')
4949
with:
5050
name: warFiles
@@ -113,7 +113,7 @@ jobs:
113113
- name: Checkout
114114
uses: actions/checkout@v5
115115
- name: Download war files
116-
uses: actions/download-artifact@v5
116+
uses: actions/download-artifact@v6
117117
with:
118118
name: warFiles
119119
- name: Show files in current context

0 commit comments

Comments
 (0)