Skip to content

Commit 47867cd

Browse files
authored
Merge pull request #344 from microsoft/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 666d86c + 773c378 commit 47867cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: ./mvnw -B -Pbug-check -Pcompile-jdk${{ matrix.java-versions }} test --file pom.xml
5757

5858
# Uploads test artifacts for each JDK version
59-
- uses: actions/upload-artifact@v4
59+
- uses: actions/upload-artifact@v5
6060
if: always()
6161
with:
6262
name: test_output_sk_jdk${{ matrix.java-versions }}u

.github/workflows/java-publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./mvnw -B -DskipTests -Pcompile-jdk8 -P-compile-jdk17 clean deploy --file pom.xml -DaltDeploymentRepository=local::file:///tmp/target/staging-deploy
3131

3232
- name: Upload Artifacts
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: Artifacts
3636
path: /tmp/target/staging-deploy

0 commit comments

Comments
 (0)