github-actions: bump actions/upload-artifact from 4.3.1 to 4.3.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](5d5d22a312...65462800fd)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/11023/head
dependabot[bot] 1 year ago committed by Victor Julien
parent f14a4a1bf8
commit 1297d96592

@ -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@5d5d22a31266ced268874388b861e4b58bb5c2f3 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with: with:
name: new-authors name: new-authors
path: new-authors path: new-authors

@ -139,7 +139,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with: with:
name: prep name: prep
path: | path: |
@ -166,7 +166,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with: with:
name: cbindgen name: cbindgen
path: . path: .
@ -2485,7 +2485,7 @@ jobs:
run: | run: |
mkdir dist mkdir dist
mv suricata-*.tar.gz dist mv suricata-*.tar.gz dist
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
name: Uploading build log name: Uploading build log
if: always() if: always()
with: with:

@ -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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.1.2 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.1.2
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif

Loading…
Cancel
Save