Skip to content

Commit abaf0d6

Browse files
authored
Merge pull request #623 from aws/dependabot/github_actions/actions/upload-artifact-5.0.0
build(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 920a853 + 6740c52 commit abaf0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build JAR Artifacts and verify coverage
3737
run: mvn --batch-mode --no-transfer-progress --errors --update-snapshots clean package -Drevision=$(git describe --tags --always)
3838
- name: Upload Artifacts
39-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
39+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4040
with:
4141
name: maven-build-java-${{ matrix.java }}
4242
path: target/

0 commit comments

Comments
 (0)