From 53be76d1ddc189d74cbc03b575947063070971c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:25:24 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fa1448c4..a631cf9f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -P code-coverage -P sonar-cloud --file pom.xml - name: Archive plugin jar - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plugin-jar-file path: target/*.jar @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: plugin-jar-file path: target @@ -102,14 +102,14 @@ jobs: - name: Archive videos if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cypress-videos path: docker/e2e/cypress/videos - name: Archive screenshots if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cypress-screenshots path: docker/e2e/cypress/screenshots