diff --git a/.github/workflows/checkVersions.yml b/.github/workflows/checkVersions.yml index 8e8f674557c..30a0d352088 100644 --- a/.github/workflows/checkVersions.yml +++ b/.github/workflows/checkVersions.yml @@ -74,7 +74,7 @@ jobs: echo 'No version increments required' fi - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: always() with: name: versions-git-patch diff --git a/.github/workflows/mavenBuild.yml b/.github/workflows/mavenBuild.yml index 31cbb5c0fe4..36a7d46144f 100644 --- a/.github/workflows/mavenBuild.yml +++ b/.github/workflows/mavenBuild.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: Event File path: ${{ github.event_path }} @@ -88,7 +88,7 @@ jobs: ${{ inputs.maven-goals }} - name: Upload Test Results for ${{ matrix.config.name }} if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: test-results-${{ matrix.config.os }} if-no-files-found: warn