diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c9f80900c4..88ed04fa5e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -51,7 +51,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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 if: always() with: name: test-results-${{ matrix.os }} @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/sitedocs.yml b/.github/workflows/sitedocs.yml index d174863716..b7b7384aa1 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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: site-docs-${{ env.GITHUB_REF_NAME }} if-no-files-found: error