From df1aba214b9c041850aae3b420762cfb9bb3e83e Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 11 Sep 2024 14:31:23 +0300 Subject: [PATCH] Update dump-logs README.md Using without a tag results in the following error ``` the `uses' attribute must be a path, a Docker image, or owner/repo@ref ``` --- dump-logs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump-logs/README.md b/dump-logs/README.md index 33750a9a..156c6bd5 100644 --- a/dump-logs/README.md +++ b/dump-logs/README.md @@ -21,7 +21,7 @@ jobs: - name: Set up and run some tests - name: Dump logs if: failure() - uses: canonical/charming-actions/dump-logs + uses: canonical/charming-actions/dump-logs@2.6.3 ``` ## Known issues