Skip to content

Commit c2c861c

Browse files
committed
Update tests
1 parent 294fbcd commit c2c861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/internal/deployment.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ describe('Deployment', () => {
403403

404404
const deployment = new Deployment()
405405
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.`
406+
`No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/upload-artifact@v4 or later.`
407407
)
408408
twirpScope.done()
409409
})

0 commit comments

Comments
 (0)