Skip to content

Commit

Permalink
github-actions: bump actions/download-artifact from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@eaceaf8...87c5514)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 07ec8b2 commit 68e62b2
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

# Download and extract dependency archives created during prep
# job.
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:

# Download and extract dependency archives created during prep
# job.
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -449,14 +449,14 @@ jobs:
# Download and extract dependency archives created during prep
# job.
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xvf prep/libhtp.tar.gz
- run: tar xvf prep/suricata-update.tar.gz
- run: tar xvf prep/suricata-verify.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
which \
zlib-devel
- name: Download suricata.tar.gz
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: dist
- run: tar zxvf suricata-*.tar.gz --strip-components=1
Expand All @@ -599,7 +599,7 @@ jobs:
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -669,7 +669,7 @@ jobs:
which \
zlib-devel
- name: Download suricata.tar.gz
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: dist
- run: tar zxvf suricata-*.tar.gz --strip-components=1
Expand All @@ -688,7 +688,7 @@ jobs:
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -763,7 +763,7 @@ jobs:
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -860,7 +860,7 @@ jobs:
which \
zlib-devel
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -955,7 +955,7 @@ jobs:
which \
zlib-devel
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -1055,7 +1055,7 @@ jobs:
which \
zlib-devel
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -1145,7 +1145,7 @@ jobs:
which \
zlib-devel
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -1231,7 +1231,7 @@ jobs:
zlib-devel
- run: adduser suricata
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -1323,7 +1323,7 @@ jobs:
which \
zlib-devel
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -1397,12 +1397,12 @@ jobs:
- name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -1523,12 +1523,12 @@ jobs:
- name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -1617,13 +1617,13 @@ jobs:
exuberant-ctags \
dpdk-dev
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- run: tar xf prep/suricata-update.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -1706,7 +1706,7 @@ jobs:
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.62.0 -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Download suricata.tar.gz
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: dist
- run: tar zxvf suricata-*.tar.gz --strip-components=1
Expand Down Expand Up @@ -1772,12 +1772,12 @@ jobs:
zlib1g-dev \
exuberant-ctags
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -1853,12 +1853,12 @@ jobs:
zlib1g-dev
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -1946,12 +1946,12 @@ jobs:
sudo make install
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -2050,12 +2050,12 @@ jobs:
ldconfig
cd $HOME
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -2133,7 +2133,7 @@ jobs:
zlib1g \
zlib1g-dev
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -2218,7 +2218,7 @@ jobs:
zlib1g \
zlib1g-dev
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -2302,11 +2302,11 @@ jobs:
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain ${RUST_VERSION_MIN} -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -2388,13 +2388,13 @@ jobs:
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- run: tar xf prep/suricata-update.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -2468,13 +2468,13 @@ jobs:
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
- run: tar xf prep/libhtp.tar.gz
- run: tar xf prep/suricata-update.tar.gz
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: cbindgen
path: prep
Expand Down Expand Up @@ -2528,7 +2528,7 @@ jobs:
- run: pip3 install PyYAML
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Downloading prep archive
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -2570,7 +2570,7 @@ jobs:
- name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -2626,7 +2626,7 @@ jobs:
- name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down Expand Up @@ -2670,7 +2670,7 @@ jobs:
- name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: prep
path: prep
Expand Down

0 comments on commit 68e62b2

Please sign in to comment.