github-actions: bump actions/upload-artifact from 4.3.4 to 4.4.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...50769540e7)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/11732/head
dependabot[bot] 1 month ago committed by Victor Julien
parent 685baa9680
commit aef10c735c

@ -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@0b2256b8c012f0828dc542b3febcab082c67f72b uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with: with:
name: new-authors name: new-authors
path: new-authors path: new-authors

@ -58,7 +58,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@0b2256b8c012f0828dc542b3febcab082c67f72b uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with: with:
name: cbindgen name: cbindgen
path: . path: .
@ -2780,7 +2780,7 @@ jobs:
run: | run: |
mkdir dist mkdir dist
mv suricata-*.tar.gz dist mv suricata-*.tar.gz dist
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
name: Uploading distribution name: Uploading distribution
with: with:
name: dist name: dist

@ -38,7 +38,7 @@ jobs:
dry-run: false dry-run: false
sanitizer: ${{ matrix.sanitizer }} sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash - name: Upload Crash
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
if: failure() if: failure()
with: with:
name: ${{ matrix.sanitizer }}-artifacts name: ${{ matrix.sanitizer }}-artifacts

@ -97,7 +97,7 @@ jobs:
make -ik distclean > /dev/null make -ik distclean > /dev/null
done done
- run: sccache -s - run: sccache -s
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
name: Uploading build log name: Uploading build log
if: always() if: always()
with: with:

@ -52,7 +52,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@0b2256b8c012f0828dc542b3febcab082c67f72b uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with: with:
name: cbindgen name: cbindgen
path: . path: .

@ -112,7 +112,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@0b2256b8c012f0828dc542b3febcab082c67f72b uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with: with:
name: prep name: prep
path: | path: |

@ -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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.1.2 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.1.2
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif

Loading…
Cancel
Save