Skip to content

Commit

Permalink
Update GitHub Actions to use download-artifact action version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Sep 18, 2024
1 parent 38c45c1 commit bb05b84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
submodules: false
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ./build
- run: ls -Rl ./build
Expand All @@ -168,7 +168,7 @@ jobs:
- run: pwd
- run: ls -Rl .
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: lib3mf_sdk.zip
path: lib3mf_sdk.zip
Expand All @@ -193,7 +193,7 @@ jobs:
needs: [assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: lib3mf_sdk.zip
path: lib3mf_sdk.zip
Expand All @@ -217,7 +217,7 @@ jobs:
needs: [assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: lib3mf_sdk.zip
path: lib3mf_sdk.zip
Expand Down

0 comments on commit bb05b84

Please sign in to comment.