diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 75a2d320eb..5328adbf19 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,7 +49,7 @@ jobs: cp .github/toolchains.xml ~/.m2/toolchains.xml mvn -U -V -e -B -ntp clean install --file pom.xml -DtrimStackTrace=false -Pits -fae - name: Upload Test Results - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: test-results-${{ matrix.os }} @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/sitedocs.yml b/.github/workflows/sitedocs.yml index 7587720919..d80824d438 100644 --- a/.github/workflows/sitedocs.yml +++ b/.github/workflows/sitedocs.yml @@ -53,7 +53,7 @@ jobs: run: | mvn -U -V -e -B -ntp clean install site site:stage --file tycho/pom.xml -T1C -DskipTests - name: Upload site-doc - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: site-docs-${{ env.GITHUB_REF_NAME }} if-no-files-found: error