From 0c529dc858f02d64d5dcaf93eca6e692d1844b32 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 28 Apr 2023 16:27:04 +0000 Subject: [PATCH] Update download artifact action to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> --- .github/workflows/post_check_icon_pr_comment.yml | 2 +- .github/workflows/post_peek_screenshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post_check_icon_pr_comment.yml b/.github/workflows/post_check_icon_pr_comment.yml index 9d953fc3..cd0d89c8 100644 --- a/.github/workflows/post_check_icon_pr_comment.yml +++ b/.github/workflows/post_check_icon_pr_comment.yml @@ -14,7 +14,7 @@ jobs: uses: cutenode/action-always-fail@v1.0.1 - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.26.1 + uses: dawidd6/action-download-artifact@v2.27.0 if: success() with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/post_peek_screenshot.yml b/.github/workflows/post_peek_screenshot.yml index 8b10a6df..19d0761e 100644 --- a/.github/workflows/post_peek_screenshot.yml +++ b/.github/workflows/post_peek_screenshot.yml @@ -20,7 +20,7 @@ jobs: run: echo $PEEK_STATUS - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.26.1 + uses: dawidd6/action-download-artifact@v2.27.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: peek_icons.yml