Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adrianriobo committed Dec 20, 2023
1 parent b1e2f29 commit aff0a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: mkdir -p oci/bin/${{ matrix.os }}-${{ matrix.arch }}

- name: Copy binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}
path: oci/bin/${{ matrix.os }}-${{ matrix.arch }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
run: mkdir -p oci/bin/${{ matrix.os }}-${{ matrix.arch }}

- name: Copy binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}
path: oci/bin/${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit aff0a9d

Please sign in to comment.