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