From dc4cc945369f8da266b890f6fa1790934d90576e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:39:03 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.6 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/php-tester-include-skipped.yml | 2 +- .github/workflows/php.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/tls.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php-tester-include-skipped.yml b/.github/workflows/php-tester-include-skipped.yml index d595e0b55..498c3e856 100644 --- a/.github/workflows/php-tester-include-skipped.yml +++ b/.github/workflows/php-tester-include-skipped.yml @@ -30,7 +30,7 @@ jobs: if: failure() run: for i in $(find ./site/tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done - name: Upload test code coverage - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: success() with: name: Test code coverage (PHP ${{ matrix.php-version }}) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a334ee9fd..a202eddce 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -210,7 +210,7 @@ jobs: if: failure() run: for i in $(find ./site/tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done - name: Upload test code coverage - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: success() with: name: Test code coverage (PHP ${{ matrix.php-version }}) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 612d35c21..fd6da8905 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,7 +56,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/tls.yml b/.github/workflows/tls.yml index 53e7d9af7..220cfc2a3 100644 --- a/.github/workflows/tls.yml +++ b/.github/workflows/tls.yml @@ -43,7 +43,7 @@ jobs: uses: mbogh/test-ssl-action@6bad4e83e29bca36d5570a00736a0b9d63e52643 # v3.0.2 with: host: ${{ matrix.url }} - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: always() with: name: testssl.sh reports