Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 3b6bf4a commit 4f20c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
make compile
- name: Upload artifact for docker build step
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: ${{ inputs.repo_name }}-${{ matrix.goos }}-${{ matrix.goarch }}
Expand Down Expand Up @@ -113,12 +113,12 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Download all artifacts from build job with bin path
if: ${{ inputs.artifact_path }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: bin
- name: Download all artifacts from build job without bin path
if: ${{ ! inputs.artifact_path }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- uses: docker/login-action@v3
with:
username: ${{ secrets.dockerhub_username }}
Expand Down

0 comments on commit 4f20c25

Please sign in to comment.