From e3e1b5969c9ca079b12f6ad10e6287bdfa00f3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:49:21 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging-v5.yaml | 2 +- .github/workflows/packaging.yaml | 4 ++-- .github/workflows/scorecard.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packaging-v5.yaml b/.github/workflows/packaging-v5.yaml index 40fb5b870..02d17ba51 100644 --- a/.github/workflows/packaging-v5.yaml +++ b/.github/workflows/packaging-v5.yaml @@ -44,7 +44,7 @@ jobs: run: RELEASE_TARGETS="${{ matrix.target }}" RELEASE_FEATURES="unstable_ntpv5" utils/build-release.sh - name: Upload artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: release-binaries-${{ matrix.target }} path: target/pkg/ diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index 473d100ed..fdbfe71d7 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -44,7 +44,7 @@ jobs: run: RELEASE_TARGETS="${{ matrix.target }}" utils/build-release.sh - name: Upload artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: release-binaries-${{ matrix.target }} path: target/pkg/ @@ -66,7 +66,7 @@ jobs: rm -rf SHA256SUMS sha256sum -b * > SHA256SUMS - name: Upload artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: release-binaries path: target/pkg/ diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 80e073e70..ddfc03145 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -52,7 +52,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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif