github-actions: bump actions/upload-artifact from 4 to 5

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/14239/head
dependabot[bot] 9 months ago committed by GitHub
parent cdd4ea0f11
commit a6505395c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ jobs:
- run: echo ${{ github.event.number }} > new-authors/pr-number.txt - run: echo ${{ github.event.number }} > new-authors/pr-number.txt
- run: ls -l - run: ls -l
- name: Upload new authors - name: Upload new authors
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with: with:
name: new-authors name: new-authors
path: new-authors path: new-authors

@ -62,7 +62,7 @@ jobs:
cargo install --target x86_64-unknown-linux-musl --debug cbindgen cargo install --target x86_64-unknown-linux-musl --debug cbindgen
cp $HOME/.cargo/bin/cbindgen . cp $HOME/.cargo/bin/cbindgen .
- name: Uploading prep archive - name: Uploading prep archive
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with: with:
name: cbindgen name: cbindgen
path: . path: .
@ -558,13 +558,13 @@ jobs:
# container name directly in an artifact, as artifacts can't # container name directly in an artifact, as artifacts can't
# have ':' in the name. # have ':' in the name.
- if: ${{ matrix.container == 'fedora:42' && env.skip != 'true' }} - if: ${{ matrix.container == 'fedora:42' && env.skip != 'true' }}
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
name: Uploading RPMs name: Uploading RPMs
with: with:
name: rpms-fedora-40 name: rpms-fedora-40
path: suricata-rpms/devel/rpms path: suricata-rpms/devel/rpms
- if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }} - if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }}
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
name: Uploading RPMs name: Uploading RPMs
with: with:
name: rpms-epel-9 name: rpms-epel-9
@ -2895,7 +2895,7 @@ jobs:
run: | run: |
mkdir dist mkdir dist
mv suricata-*.tar.gz dist mv suricata-*.tar.gz dist
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
name: Uploading distribution name: Uploading distribution
with: with:
name: dist name: dist

@ -96,7 +96,7 @@ jobs:
make -ik distclean > /dev/null make -ik distclean > /dev/null
done done
- run: sccache -s - run: sccache -s
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
name: Uploading build log name: Uploading build log
if: always() if: always()
with: with:

@ -51,7 +51,7 @@ jobs:
cargo install --target x86_64-unknown-linux-musl --debug cbindgen cargo install --target x86_64-unknown-linux-musl --debug cbindgen
cp $HOME/.cargo/bin/cbindgen . cp $HOME/.cargo/bin/cbindgen .
- name: Uploading prep archive - name: Uploading prep archive
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with: with:
name: cbindgen name: cbindgen
path: . path: .

@ -95,7 +95,7 @@ jobs:
cd .. cd ..
tar zcf suricata-verify.tar.gz suricata-verify tar zcf suricata-verify.tar.gz suricata-verify
- name: Uploading prep archive - name: Uploading prep archive
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with: with:
name: prep name: prep
path: | path: |

@ -109,7 +109,7 @@ jobs:
env: env:
CC: clang-20 CC: clang-20
- name: 'Upload Scan Build Results' - name: 'Upload Scan Build Results'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
if: always() if: always()
with: with:
name: scan-build-results name: scan-build-results

@ -43,7 +43,7 @@ jobs:
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
# Optional. # Optional.
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.1.2 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.1.2
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif

Loading…
Cancel
Save