From 22f4a5f0b824e09b7f96e8ab397e117a4e96967b Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 12:20:39 +0100 Subject: [PATCH] fixed artifact names --- .forgejo/workflows/unlighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 566cb0c..e459b71 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -35,7 +35,7 @@ jobs: - name: Downloading static site artifacts uses: actions/download-artifact@v3 with: - name: static-site + name: unlighthouse-reports path: public - name: Install SSH Key uses: https://github.com/shimataro/ssh-key-action@v2