From c2c861cca029bb4b9fcfe4036964e20ad9ecb157 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 5 Feb 2024 18:29:06 -0600 Subject: [PATCH] Update tests --- src/__tests__/internal/deployment.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/internal/deployment.test.js b/src/__tests__/internal/deployment.test.js index 7ddfd7b..5722742 100644 --- a/src/__tests__/internal/deployment.test.js +++ b/src/__tests__/internal/deployment.test.js @@ -403,7 +403,7 @@ describe('Deployment', () => { const deployment = new Deployment() await expect(deployment.create(fakeJwt)).rejects.toThrow( - `No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/artifact@v4 or later.` + `No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/upload-artifact@v4 or later.` ) twirpScope.done() })