We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294fbcd commit c2c861cCopy full SHA for c2c861c
src/__tests__/internal/deployment.test.js
@@ -403,7 +403,7 @@ describe('Deployment', () => {
403
404
const deployment = new Deployment()
405
await expect(deployment.create(fakeJwt)).rejects.toThrow(
406
- `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.`
407
)
408
twirpScope.done()
409
})
0 commit comments