Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(deps): update dawidd6/action-download-artifact action to v2.26.1 (
Browse files Browse the repository at this point in the history
#9610)

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 7, 2023
1 parent a74bbf7 commit 4ea643f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Expand Up @@ -164,7 +164,7 @@ jobs:
# download artifacts from the specified branch with event type push (e.g., push to master/release branch)
- name: Download all artifacts from last successful build of specified branch
uses: dawidd6/action-download-artifact@v2.26.0
uses: dawidd6/action-download-artifact@v2.26.1
id: download_artifacts_push
with:
# Download last successful artifact from a CI build
Expand Down Expand Up @@ -722,7 +722,7 @@ jobs:
path: ${{ env.FINAL_TEST_REPORT_FILEPATH_MARKDOWN }}

- name: Download all artifacts from last successful build of specified branch
uses: dawidd6/action-download-artifact@v2.26.0
uses: dawidd6/action-download-artifact@v2.26.1
with:
# Download last successful artifact from a CI build
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zero-downtime-tests.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
# download artifacts from the specified branch with event type push (e.g., push to master/release branch)
- name: Download all artifacts from last successful build of specified branch
uses: dawidd6/action-download-artifact@v2.26.0
uses: dawidd6/action-download-artifact@v2.26.1
id: download_artifacts_push
with:
# Download last successful artifact from a CI build
Expand Down

0 comments on commit 4ea643f

Please sign in to comment.