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() })