From 3dd0b73731e6458d2e3feec144190b643b001770 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sun, 25 Aug 2024 00:07:01 +0200 Subject: [PATCH] Fix typo in action location/ref --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c68b46d..0396135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Upload HTML report if: ${{ failure() }} - uses: actions/upload-artifact@@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: html-report path: .htmlcov