From 9a2888fd84d5545dd60289eaa40d5e4d98ed120c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:35:14 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2fb187a..c199294 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: run: mvn -B install --file pom.xml - name: Upload p2 update site if: github.ref == 'refs/heads/master' && github.event_name == 'push' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ github.event.repository.name }}-update-site-${{ github.sha }} path: com.adobe.granite.ide.p2update/target/repository