Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jan 23, 2025
1 parent b2f2f06 commit 152aa96
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down Expand Up @@ -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 }}'
Expand Down

0 comments on commit 152aa96

Please sign in to comment.