From d4c713ef1db6ea234bdf6723c4fe48fd500e0712 Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:20:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 (#147) --- .github/workflows/reusable-builder-aur.yml | 2 +- .github/workflows/reusable-builder-deb.yml | 2 +- .github/workflows/reusable-builder-flatpak.yml | 2 +- .github/workflows/reusable-builder-go.yml | 2 +- .github/workflows/reusable-builder-rpm.yml | 2 +- .github/workflows/reusable-builder-snap.yml | 2 +- .github/workflows/reusable-scorecards.yml | 2 +- .github/workflows/reusable-trivy.yml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/reusable-builder-aur.yml b/.github/workflows/reusable-builder-aur.yml index ebde2bd..5bd8686 100644 --- a/.github/workflows/reusable-builder-aur.yml +++ b/.github/workflows/reusable-builder-aur.yml @@ -82,7 +82,7 @@ jobs: run: bash -c '${{ inputs.params }}' - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.product }}-aur path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/reusable-builder-deb.yml b/.github/workflows/reusable-builder-deb.yml index 309b237..a749e02 100644 --- a/.github/workflows/reusable-builder-deb.yml +++ b/.github/workflows/reusable-builder-deb.yml @@ -108,7 +108,7 @@ jobs: echo "filename=${{ inputs.product }}-deb-${PKG_ARCH//\/}" >> $GITHUB_OUTPUT - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ steps.builder.outputs.filename }} path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/reusable-builder-flatpak.yml b/.github/workflows/reusable-builder-flatpak.yml index 3bee81c..d965ff4 100644 --- a/.github/workflows/reusable-builder-flatpak.yml +++ b/.github/workflows/reusable-builder-flatpak.yml @@ -105,7 +105,7 @@ jobs: mv "${GITHUB_WORKSPACE}/org.${OWNER}.${PRODUCT}_${VERSION}_x86_64.flatpak" "${GITHUB_WORKSPACE}/org.${OWNER}.${PRODUCT}-${VERSION}.x86_64.flatpak" - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.product }}-flatpak path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/reusable-builder-go.yml b/.github/workflows/reusable-builder-go.yml index 743fb70..429a5da 100644 --- a/.github/workflows/reusable-builder-go.yml +++ b/.github/workflows/reusable-builder-go.yml @@ -162,7 +162,7 @@ jobs: run: make TARGET=${{ steps.builder.outputs.target }} releases - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ steps.builder.outputs.filename }} path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/reusable-builder-rpm.yml b/.github/workflows/reusable-builder-rpm.yml index 8b4ea49..8649146 100644 --- a/.github/workflows/reusable-builder-rpm.yml +++ b/.github/workflows/reusable-builder-rpm.yml @@ -75,7 +75,7 @@ jobs: run: bash -c '${{ inputs.params }}' - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.product }}-rpm path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/reusable-builder-snap.yml b/.github/workflows/reusable-builder-snap.yml index 920b538..2838a56 100644 --- a/.github/workflows/reusable-builder-snap.yml +++ b/.github/workflows/reusable-builder-snap.yml @@ -122,7 +122,7 @@ jobs: release: ${{ inputs.channel }} - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.product }}-snap path: ${{ steps.builder.outputs.snap }} diff --git a/.github/workflows/reusable-scorecards.yml b/.github/workflows/reusable-scorecards.yml index ff5ea0d..b2d92ac 100644 --- a/.github/workflows/reusable-scorecards.yml +++ b/.github/workflows/reusable-scorecards.yml @@ -95,7 +95,7 @@ jobs: publish_results: ${{ inputs.publish-results }} # true will not work with Harden Runner! - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/reusable-trivy.yml b/.github/workflows/reusable-trivy.yml index 2781255..c8a373c 100644 --- a/.github/workflows/reusable-trivy.yml +++ b/.github/workflows/reusable-trivy.yml @@ -80,7 +80,7 @@ jobs: template: '@/contrib/sarif.tpl' - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: '${{ inputs.sarif }}' @@ -137,7 +137,7 @@ jobs: template: '@/contrib/sarif.tpl' - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: '${{ inputs.sarif }}'