Skip to content

Commit c545803

Browse files
authored
[no ci] Merge pull request #2722 from karatelabs/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3d46462 + 5b1318c commit c545803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: upload workspace if build fails
3232
# if: ${{ failure() }}
3333
if: ${{ false }}
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: build-results
3737
path: .

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
mvn package -DskipTests -P fatjar -f karate-core/pom.xml
7474
mvn package -DskipTests -P fatjar -f karate-robot/pom.xml
7575
- name: upload binaries
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: karate-release-${{ github.event.inputs.version }}
7979
retention-days: 5

0 commit comments

Comments
 (0)