Skip to content

Commit

Permalink
Merge pull request #828 from product-os/renovate/dawidd6-action-downl…
Browse files Browse the repository at this point in the history
…oad-artifact-3.x

Update dawidd6/action-download-artifact action to v3
  • Loading branch information
klutchell authored Dec 14, 2023
2 parents 68a84bf + 058c2e7 commit bccd8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ jobs:
# https://github.com/dawidd6/action-download-artifact
# TODO: what if this is a tag event and PR artifacts do not exist?
- name: Download npm artifact from last run
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0
with:
github_token: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }}
commit: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
Expand Down Expand Up @@ -2211,7 +2211,7 @@ jobs:
# https://github.com/dawidd6/action-download-artifact
# TODO: what if this is a tag event and PR artifacts do not exist?
- name: Download npm docs artifact from last run
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0
with:
github_token: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }}
commit: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
Expand Down

0 comments on commit bccd8d2

Please sign in to comment.