Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 5d65f15 commit a893afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-build-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# distribution: temurin
# java-version: ${{ inputs.javaversion }}
- name: Download provider + tfgen binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.provider }}-provider.tar.gz
path: ${{ github.workspace }}/bin
Expand Down

0 comments on commit a893afa

Please sign in to comment.