Skip to content

Commit

Permalink
update download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 9, 2024
1 parent babf171 commit ac97faa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
uses: actions/checkout@v4

- name: Attach to workspace
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-build

Expand Down Expand Up @@ -636,7 +636,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: workspace

Expand All @@ -661,7 +661,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ip

Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
uses: actions/checkout@v4

- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: terraform
path: .github/hosted-runner/amd64/
Expand Down Expand Up @@ -914,7 +914,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ip-arm

Expand Down Expand Up @@ -945,7 +945,7 @@ jobs:
uses: actions/checkout@v4

- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: terraform2
path: .github/hosted-runner/arm64/
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
uses: actions/checkout@v4

- name: Attach to workspace
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-build

Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: workspace

Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: workspace

Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ip-arm

Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
uses: actions/checkout@v4

- name: Attach to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: terraform
path: .github/hosted-runner/arm64/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download to workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pktvisor-artifacts

Expand Down

0 comments on commit ac97faa

Please sign in to comment.