Fix pipeline
This commit is contained in:
parent
c9b628f1cb
commit
6f8634ed94
6 changed files with 6 additions and 6 deletions
2
.github/workflows/build-gdb.yml
vendored
2
.github/workflows/build-gdb.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
2
.github/workflows/build-nmap.yml
vendored
2
.github/workflows/build-nmap.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
2
.github/workflows/build-openssh.yml
vendored
2
.github/workflows/build-openssh.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
2
.github/workflows/build-socat.yml
vendored
2
.github/workflows/build-socat.yml
vendored
|
@ -194,7 +194,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
2
.github/workflows/build-strace.yml
vendored
2
.github/workflows/build-strace.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
2
.github/workflows/build-tcpdump.yml
vendored
2
.github/workflows/build-tcpdump.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
run: mkdir /tmp/releases
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/releases
|
||||
|
||||
|
|
Loading…
Reference in a new issue