From d48925ed3e299e16369c39cffe8ab2d293a4e6b8 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Thu, 1 Dec 2022 13:52:55 -0700 Subject: [PATCH] Change property from use to uses --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2b91fc8..0402a8b 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: - name: Upload the archive as an artifact id: upload - use: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3 with: name: ${{ github.event.repository.name }} path: zipfile