diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-26 18:39:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-26 18:39:45 +0100 |
commit | 4ccc7fee0dcc70da1e990ba7a404eea4595d5498 (patch) | |
tree | 82daa4e72305d78bba345fd004401247dc14f1be | |
parent | 294847d3890b91ebe3c213b81451fddaaabe8465 (diff) | |
download | monkeytype-4ccc7fee0dcc70da1e990ba7a404eea4595d5498.tar.gz monkeytype-4ccc7fee0dcc70da1e990ba7a404eea4595d5498.zip |
chore(deps): bump dawidd6/action-download-artifact from 2.11.0 to 6 (@dependabot) (#6073)
-rw-r--r-- | .github/workflows/ci-failure-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-failure-comment.yml b/.github/workflows/ci-failure-comment.yml index 88f892e75..e76d48d07 100644 --- a/.github/workflows/ci-failure-comment.yml +++ b/.github/workflows/ci-failure-comment.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Download workflow artifact - uses: dawidd6/[email protected] + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: peek_icons.yml |