From 9474e92bbf825d5b4b46810fc9367dfc73429a2a Mon Sep 17 00:00:00 2001 From: Matthew Suozzo Date: Tue, 15 Jun 2021 16:48:14 -0400 Subject: [PATCH] Change the name of the example artifact. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769b792..afb80c2 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ upload the build provenance to the workflow run result with the - name: Upload provenance uses: actions/upload-artifact@v2 with: - name: build-provenance + name: my-artifact path: build.provenance ```