Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 4c24b7f commit a48b44c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deb-syncchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: actions

- name: Download Artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: deb-changelog-artifact
path: ./debian
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-libs-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
git push --set-upstream origin ${{ inputs.LIB_NAME }}/${{ inputs.TARGET_OS }}/${{inputs.TARGET_PLATFORM}}
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.ARTIFACT_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
ref: main
path: actions

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpm-artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-scp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: actions

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.ARTIFACT_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libs-metadata-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# echo current_time=$(date "+%Y.%m.%d-%H.%M.%S") >> $GITHUB_OUTPUT

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.ARTIFACT_NAME }}

Expand Down

0 comments on commit a48b44c

Please sign in to comment.